diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-01-27 10:16:40 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-01-27 10:30:03 +0100 |
| commit | cf13c9605074388f8a2085bcfc573c7adb443ea2 (patch) | |
| tree | 824dea33bfd927bdfa2a73b0d4659ef53bfe463d | |
| parent | fix(make): highlight order-only prerequisite pipe (diff) | |
| download | nvim-treesitter-cf13c9605074388f8a2085bcfc573c7adb443ea2.tar nvim-treesitter-cf13c9605074388f8a2085bcfc573c7adb443ea2.tar.gz nvim-treesitter-cf13c9605074388f8a2085bcfc573c7adb443ea2.tar.bz2 nvim-treesitter-cf13c9605074388f8a2085bcfc573c7adb443ea2.tar.lz nvim-treesitter-cf13c9605074388f8a2085bcfc573c7adb443ea2.tar.xz nvim-treesitter-cf13c9605074388f8a2085bcfc573c7adb443ea2.tar.zst nvim-treesitter-cf13c9605074388f8a2085bcfc573c7adb443ea2.zip | |
fix(jsdoc): add scanner.c
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json index 35f18a129..8c37a4c04 100644 --- a/lockfile.json +++ b/lockfile.json @@ -303,7 +303,7 @@ "revision": "13990f530e8e6709b7978503da9bc8701d366791" }, "jsdoc": { - "revision": "d01984de49927c979b46ea5c01b78c8ddd79baf9" + "revision": "a5e363a98676136d9f5884cb558086e5f1fc32b6" }, "json": { "revision": "3fef30de8aee74600f25ec2e319b62a1a870d51e" diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 112a39c5c..af7ee2043 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -931,7 +931,7 @@ list.jq = { list.jsdoc = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-jsdoc", - files = { "src/parser.c" }, + files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@steelsojka" }, } |
