A Sublime Text package to apply syntax highlighting for the Xtend language.
If you have the Package Control package installed, you can install SublimeXtend from inside Sublime Text itself. Open the Command Palette and select "Package Control: Install Package", then search for "Xtend".
- Methods defined with
def
oroverride
var
andval
- Class names and method names
it
reference- basic imports, and imports of static extensions
- Highlighting for lambdas
- Smarter template highlighting
dispatch
- Collection literals
- Sublime Text 'Toggle Comment' action should work
- Operators in Xtend