Skip to content

Releases: elixir-editors/elixir-sublime-syntax

Better string matching with visible interpolation

04 May 09:24
Compare
Choose a tag to compare

Various improvements

21 Mar 22:51
6971f92
Compare
Choose a tag to compare

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

13 Feb 03:00
9eecbf6
Compare
Choose a tag to compare

Highlight capture expression

01 Feb 10:39
bb39541
Compare
Choose a tag to compare

&func(&1)
&func/1

highlight ? and ! with function name
fix a few scopes
add defguard, defguardp and reraise

Fix bitwise ^^^ highlighting

01 Feb 06:49
48c620d
Compare
Choose a tag to compare
v1.1.2

Update Elixir.sublime-syntax

Fixes for HTML (EEx)

13 Dec 05:34
044d9af
Compare
Choose a tag to compare
v1.1.1

Update HTML (EEx).sublime-syntax

Add HTML (EEx)

13 Dec 02:20
ae86724
Compare
Choose a tag to compare

based on the official HTML syntax definition

Initial Release

10 Oct 01:40
Compare
Choose a tag to compare
v1.0.0

Update README.md