ElixirSyntax was initially based on the Elixir.tmbundle package but has been rewritten since, providing more accurate syntax matching as well as better syntax highlighting.
- Working
Goto Definitionfunctionality - HTML template highlighting:
- Full PCRE syntax highlighting:
- Type highlighting:
Some of the other provided features are not immediately evident. Among them are:
SQL syntax is highlighted inside Ecto's fragment macro.
Add an sql macro/function to your project to enjoy SQL highlighting anywhere it's used.
The JSON ~j and ~J sigils (Jason)
Embed JSON strings in your Elixir code. Notice the interpolated Elixir code is colored correctly.
The YAML ~y and ~Y sigils (YamlElixir)
See CHANGELOG.md for the list of releases and noteworthy changes.
- @azizk rewrote the whole syntax definition with an extensive test-suite and added a wealth of new features. ⭐
- @princemaple initially brought the tm-syntax to sublime-syntax and made some improvements.