diff options
| author | Steven Sojka <steelsojka@users.noreply.github.com> | 2020-08-17 06:34:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-17 06:34:46 -0500 |
| commit | a5c89f3762a50f853a811f0272f23244499c8381 (patch) | |
| tree | 4f5bbe65d3aa4af51afe9e50e39fe061c22406f8 /lua | |
| parent | cf37d143bf29901bb59a3215085944322566568c (diff) | |
| parent | 72905524c2ef78536dbe148f311e634815ead40b (diff) | |
Merge pull request #316 from TravonteD/fennel
Add fennel support
Diffstat (limited to 'lua')
| -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 = { |
