Add fennel support

This commit is contained in:
TravonteD 2020-08-16 20:11:56 -04:00
parent cf37d143bf
commit 72905524c2
4 changed files with 176 additions and 0 deletions

View file

@ -221,6 +221,13 @@ list.rst = {
}
}
list.fennel = {
install_info = {
url = "https://github.com/travonted/tree-sitter-fennel",
files = { "src/parser.c" },
}
}
-- Parsers for injections
list.regex = {
install_info = {