1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-06-26 12:30:20 +02:00

Add Elixir syntax highlighting

This commit is contained in:
Andrew Lisin
2015-01-08 18:00:26 +06:00
parent 9ac671740d
commit cb818c68e5
2 changed files with 259 additions and 0 deletions

15
ftyperc
View File

@ -1009,3 +1009,18 @@
-smartbacks
-c_comment
-cpp_comment
Elixir
*.ex
-autoindent
-syntax elixir
-pound_comment
-text_delimiters do=end
-linums
*.exs
-autoindent
-syntax elixir
-pound_comment
-text_delimiters do=end
-linums