diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-07-27 04:09:23 -0400 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-07-27 10:23:36 +0200 |
| commit | 11610e0631cdaaffd8eb6774bd5275465a4eb314 (patch) | |
| tree | 7b04656a5082154f4e7c8758327e9c171c69ab2e | |
| parent | fix(promql): bump parser, fix queries (diff) | |
| download | nvim-treesitter-11610e0631cdaaffd8eb6774bd5275465a4eb314.tar nvim-treesitter-11610e0631cdaaffd8eb6774bd5275465a4eb314.tar.gz nvim-treesitter-11610e0631cdaaffd8eb6774bd5275465a4eb314.tar.bz2 nvim-treesitter-11610e0631cdaaffd8eb6774bd5275465a4eb314.tar.lz nvim-treesitter-11610e0631cdaaffd8eb6774bd5275465a4eb314.tar.xz nvim-treesitter-11610e0631cdaaffd8eb6774bd5275465a4eb314.tar.zst nvim-treesitter-11610e0631cdaaffd8eb6774bd5275465a4eb314.zip | |
fix(pug): adapt to scanner rewrite
| -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 ce85db6ab..f08c918b5 100644 --- a/lockfile.json +++ b/lockfile.json @@ -405,7 +405,7 @@ "revision": "02b1e967ede00aaa5d7c9fcd4a604b83825a6261" }, "pug": { - "revision": "884e225b5ecca5d885ae627275f16ef648acd42e" + "revision": "a7ff31a38908df9b9f34828d21d6ca5e12413e18" }, "puppet": { "revision": "9ce9a5f7d64528572aaa8d59459ba869e634086b" diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3ae9e09ea..24cd450e6 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1215,7 +1215,7 @@ list.prql = { list.pug = { install_info = { url = "https://github.com/zealot128/tree-sitter-pug", - files = { "src/parser.c", "src/scanner.cc" }, + files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@zealot128" }, experimental = true, |
