Skip to content

Commit 6fd6435

Browse files
committed
README: moved changelog entries to CHANGELOG.md
1 parent ac89482 commit 6fd6435

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

README.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,8 @@
11
# elixir-sublime-syntax
22

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

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
426

437
- Transformed tm syntax into sublime syntax automatically
448
- Refactored syntax definition into reusable blocks

0 commit comments

Comments
 (0)