diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 8a119fcd..ff18ec53 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -112,6 +112,7 @@ injection-regex = "mail|eml|email" [[grammar]] name = "mail" -source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "4b2a10dbd4b235df2874bce750c8893a296dd3df" } +# source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "4b2a10dbd4b235df2874bce750c8893a296dd3df" } +# source = { path = "/home/fic/dev/tree-sitter-mail"} diff --git a/.config/helix/runtime/grammars/mail.so b/.config/helix/runtime/grammars/mail.so deleted file mode 100755 index 46841614..00000000 Binary files a/.config/helix/runtime/grammars/mail.so and /dev/null differ diff --git a/.config/helix/runtime/grammars/mail.so b/.config/helix/runtime/grammars/mail.so new file mode 120000 index 00000000..691479a0 --- /dev/null +++ b/.config/helix/runtime/grammars/mail.so @@ -0,0 +1 @@ +/home/fic/dev/tree-sitter-mail/mail.so \ No newline at end of file