diff options
| author | TravonteD <tman1300@aol.com> | 2020-08-16 20:11:56 -0400 |
|---|---|---|
| committer | TravonteD <tman1300@aol.com> | 2020-08-16 20:40:33 -0400 |
| commit | 72905524c2ef78536dbe148f311e634815ead40b (patch) | |
| tree | 4f5bbe65d3aa4af51afe9e50e39fe061c22406f8 /lua/nvim-treesitter | |
| parent | cf37d143bf29901bb59a3215085944322566568c (diff) | |
Add fennel support
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index c1b48a00..38c6097c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
