aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorOtto Modinos <ottomodinos@gmail.com>2021-09-10 03:49:35 +0300
committerStephan Seitz <stephan.seitz@fau.de>2021-09-17 21:06:36 +0200
commit4f96b955d650e332540beb2f5eab5b0896d42ed6 (patch)
treeb1629d6cd9d7845ab4fd02424c77e34b01136e4b /lua
parent[cmake] add highlights for `add_custom_target` and `add_custom_command` (diff)
downloadnvim-treesitter-4f96b955d650e332540beb2f5eab5b0896d42ed6.tar
nvim-treesitter-4f96b955d650e332540beb2f5eab5b0896d42ed6.tar.gz
nvim-treesitter-4f96b955d650e332540beb2f5eab5b0896d42ed6.tar.bz2
nvim-treesitter-4f96b955d650e332540beb2f5eab5b0896d42ed6.tar.lz
nvim-treesitter-4f96b955d650e332540beb2f5eab5b0896d42ed6.tar.xz
nvim-treesitter-4f96b955d650e332540beb2f5eab5b0896d42ed6.tar.zst
nvim-treesitter-4f96b955d650e332540beb2f5eab5b0896d42ed6.zip
fix(fennel): update parser and all the queries
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 9c59cbd9d..3a758450e 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -498,7 +498,7 @@ list.rst = {
list.fennel = {
install_info = {
url = "https://github.com/travonted/tree-sitter-fennel",
- files = { "src/parser.c", "src/scanner.c" },
+ files = { "src/parser.c" },
},
maintainers = { "@TravonteD" },
}