aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchaopeng <chaopeng@chaopeng.me>2024-02-23 09:36:14 -0500
committerChristian Clason <c.clason@uni-graz.at>2024-02-23 15:39:19 +0100
commite159a531e5470f48a174425713a82208952b9b1c (patch)
treeef8c2bcc8c30c945823040b3062a46d8adac00e3
parentUpdate parsers: arduino, cmake, dtd, fidl, mlir, perl, slint, sourcepawn, win... (diff)
downloadnvim-treesitter-e159a531e5470f48a174425713a82208952b9b1c.tar
nvim-treesitter-e159a531e5470f48a174425713a82208952b9b1c.tar.gz
nvim-treesitter-e159a531e5470f48a174425713a82208952b9b1c.tar.bz2
nvim-treesitter-e159a531e5470f48a174425713a82208952b9b1c.tar.lz
nvim-treesitter-e159a531e5470f48a174425713a82208952b9b1c.tar.xz
nvim-treesitter-e159a531e5470f48a174425713a82208952b9b1c.tar.zst
nvim-treesitter-e159a531e5470f48a174425713a82208952b9b1c.zip
fix(fidl): remove requires_generate_from_grammar
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua1
2 files changed, 1 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index fee1e0e54..b6bc19876 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -165,7 +165,7 @@
"revision": "9265a7d635d2f82a10738b9ad65ba8dd8bd4a84a"
},
"fidl": {
- "revision": "cdb35101270f2da3f0b151d11283a7965a09bf98"
+ "revision": "bdbb635a7f5035e424f6173f2f11b9cd79703f8d"
},
"firrtl": {
"revision": "2b5adae629c8cba528c7b1e4aa67a8ae28934ea5"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index bd647d595..6209ccc84 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -539,7 +539,6 @@ list.fidl = {
install_info = {
url = "https://github.com/google/tree-sitter-fidl",
files = { "src/parser.c" },
- requires_generate_from_grammar = true,
},
maintainers = { "@chaopeng" },
}