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
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.
3
+
Elixir Sublime Syntax was initially 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.
4
4
5
-
## First release
5
+
## Changes
6
6
7
-
- Transformed tm syntax into sublime syntax automatically
8
-
- Refactored syntax definition into reusable blocks
9
-
- Removed Ruby leftovers
10
-
- Rewrote Binary definition so it highlights correctly
11
-
- Fixed operator matching so they are displayed correctly on Sublime 3147 with fonts that has ligature support
7
+
See [CHANGELOG.md](./CHANGELOG.md)
8
+
9
+
## Contributors/Maintainers
10
+
11
+
-@azizk rewrote the whole syntax definition ⭐
12
+
-@princemaple initially brought the tm syntax to sublime syntax and made some improvements
0 commit comments