Releases: elixir-editors/elixir-sublime-syntax
Releases · elixir-editors/elixir-sublime-syntax
Better string matching with visible interpolation
Various improvements
2019-03-22
Thanks to @azizk
- Also apply syntax to files with elixirc and iex in hashbang
- Module names can only have ASCII letters, fixed regex to do that
- Highlight module names as normal atoms when found in map/kwlist keys
- Highlight unicode identifers for atoms, variables and function names
Add comment
so we don't need https://github.com/elixir-editors/elixir-tmbundle installed alongside.
Highlight capture expression
&func(&1)
&func/1
highlight ?
and !
with function name
fix a few scopes
add defguard
, defguardp
and reraise
Fix bitwise ^^^ highlighting
v1.1.2 Update Elixir.sublime-syntax
Fixes for HTML (EEx)
v1.1.1 Update HTML (EEx).sublime-syntax
Add HTML (EEx)
based on the official HTML syntax definition
Initial Release
v1.0.0 Update README.md