diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 4db4e1a1..627d6d0c 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -89,6 +89,7 @@ file-types = ["eml"] [[grammar]] name = "mail" source.path = "/home/fic/dev/tree-sitter-mail" +source.rev = "5f869321f8c8" # source = { git = "https://github.com/stevenxxiu/tree-sitter-mail", rev = "e3d63ac2093e22777cb30d70b9264f48814622ad" } [[language]] diff --git a/.config/helix/runtime/grammars/mail.so b/.config/helix/runtime/grammars/mail.so deleted file mode 120000 index 691479a0..00000000 --- a/.config/helix/runtime/grammars/mail.so +++ /dev/null @@ -1 +0,0 @@ -/home/fic/dev/tree-sitter-mail/mail.so \ No newline at end of file diff --git a/.config/helix/runtime/grammars/mail.so b/.config/helix/runtime/grammars/mail.so new file mode 100755 index 00000000..5c230240 Binary files /dev/null and b/.config/helix/runtime/grammars/mail.so differ