aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax
diff options
context:
space:
mode:
authorCorey Powell2021-06-01 19:46:31 +0000
committerCorey Powell2021-06-02 02:59:16 +0000
commitca042a4bde48be12734aa832e91c3cb3a9e6a931 (patch)
tree96cb9bd2c2c3bff2eb9032a67ee4548f62b77a83 /helix-syntax
parent67b1cd32c75f5772f6b9ed2922313eb73167f40a (diff)
Added elixir syntax
Using custom fork for now to get around generating the source files
Diffstat (limited to 'helix-syntax')
-rw-r--r--helix-syntax/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-syntax/src/lib.rs b/helix-syntax/src/lib.rs
index 79c1c1f5..bb0b2ec6 100644
--- a/helix-syntax/src/lib.rs
+++ b/helix-syntax/src/lib.rs
@@ -72,6 +72,7 @@ mk_langs!(
(CSharp, tree_sitter_c_sharp),
(Cpp, tree_sitter_cpp),
(Css, tree_sitter_css),
+ (Elixir, tree_sitter_elixir),
(Go, tree_sitter_go),
// (Haskell, tree_sitter_haskell),
(Html, tree_sitter_html),