You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-38Lines changed: 2 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,44 +1,8 @@
1
1
# elixir-sublime-syntax
2
2
3
-
Elixir Sublime Syntax based on [Elixir Package](https://github.com/elixir-editors/elixir-tmbundle)
4
-
with better highlighting and syntax parsing
3
+
Elixir Sublime Syntax was based on the [Elixir.tmbundle package](https://github.com/elixir-editors/elixir-tmbundle) but has been rewritten since, providing more accurate syntax matching as well as better syntax highlighting.
5
4
6
-
7
-
#### 2020-05-20
8
-
9
-
Thanks @dkarter
10
-
- Allow leex file to be picked up
11
-
12
-
#### 2019-11-20
13
-
14
-
Thanks to @azizk again
15
-
- We now have regex syntax highlighting
16
-
- EEx syntax highlighting now reuses html definition and interpolates Elixir parts into it
17
-
- various fixes on general Elixir syntax definition
18
-
- comprehensive sublime syntax tests
19
-
20
-
#### 2019-03-22
21
-
22
-
Thanks to @azizk
23
-
- Also apply syntax to files with elixirc and iex in hashbang
24
-
- Module names can only have ASCII letters, fixed regex to do that
25
-
- Highlight module names as normal atoms when found in map/kwlist keys
26
-
- Highlight unicode identifers for atoms, variables and function names
27
-
28
-
#### 2019-02-13
29
-
30
-
- Add Comment so we don't need https://github.com/elixir-editors/elixir-tmbundle alongside
31
-
32
-
#### 2019-02-01
33
-
34
-
- Fix binary `^^^` highlight
35
-
- Highlight more operators
36
-
37
-
#### 2017-12-13
38
-
39
-
- Add HTML (EEX)
40
-
41
-
#### Initially
5
+
## First release
42
6
43
7
- Transformed tm syntax into sublime syntax automatically
44
8
- Refactored syntax definition into reusable blocks
0 commit comments