Skip to content

staltz/SublimeXtend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SublimeXtend

A Sublime Text package to apply syntax highlighting for the Xtend language.

Installation

With Package Control

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".

Supports

  • Methods defined with def or override
  • var and val
  • Class names and method names
  • it reference
  • basic imports, and imports of static extensions

To be done

  • Highlighting for lambdas
  • Smarter template highlighting
  • dispatch
  • Collection literals
  • Sublime Text 'Toggle Comment' action should work
  • Operators in Xtend

About

Syntax highlighting for the Xtend language

Resources

License

Stars

Watchers

Forks

Packages