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 /lua | |
| 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
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, } |
