diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-03-01 08:29:03 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-01 08:37:50 +0100 |
| commit | 3ad0e410f8c9c647ff0381d6c2ffc35b97f34e9d (patch) | |
| tree | 31a610d8b44a1d35e17c0d6e84c0a57680e87030 | |
| parent | feat(gitcommit): highlight overflow in commit body (diff) | |
| download | nvim-treesitter-3ad0e410f8c9c647ff0381d6c2ffc35b97f34e9d.tar nvim-treesitter-3ad0e410f8c9c647ff0381d6c2ffc35b97f34e9d.tar.gz nvim-treesitter-3ad0e410f8c9c647ff0381d6c2ffc35b97f34e9d.tar.bz2 nvim-treesitter-3ad0e410f8c9c647ff0381d6c2ffc35b97f34e9d.tar.lz nvim-treesitter-3ad0e410f8c9c647ff0381d6c2ffc35b97f34e9d.tar.xz nvim-treesitter-3ad0e410f8c9c647ff0381d6c2ffc35b97f34e9d.tar.zst nvim-treesitter-3ad0e410f8c9c647ff0381d6c2ffc35b97f34e9d.zip | |
fix(astro): update 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 e90c23af8..5bb9e0921 100644 --- a/lockfile.json +++ b/lockfile.json @@ -18,7 +18,7 @@ "revision": "6ace266be7ad6bf486a95427ca3fc949aff66211" }, "astro": { - "revision": "e924787e12e8a03194f36a113290ac11d6dc10f3" + "revision": "dfa0893bdc4bdfada102043404758c66e3580568" }, "authzed": { "revision": "1dec7e1af96c56924e3322cd85fdce15d0a31d00" diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 89102f405..5333d19f1 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -130,7 +130,7 @@ list.asm = { list.astro = { install_info = { url = "https://github.com/virchau13/tree-sitter-astro", - files = { "src/parser.c", "src/scanner.cc" }, + files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@virchau13" }, } |
