aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-11-23 06:43:24 +0000
committernvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-11-23 09:41:10 +0000
commit305c265bdb585dca92a1b5fd4179b4e1d47bdb23 (patch)
tree60b8666d3cab8fc44e8fc8fbe5aaf3de3de9af53 /lua
parentfix(julia): misc fixes to type highlighting (diff)
downloadnvim-treesitter-305c265bdb585dca92a1b5fd4179b4e1d47bdb23.tar
nvim-treesitter-305c265bdb585dca92a1b5fd4179b4e1d47bdb23.tar.gz
nvim-treesitter-305c265bdb585dca92a1b5fd4179b4e1d47bdb23.tar.bz2
nvim-treesitter-305c265bdb585dca92a1b5fd4179b4e1d47bdb23.tar.lz
nvim-treesitter-305c265bdb585dca92a1b5fd4179b4e1d47bdb23.tar.xz
nvim-treesitter-305c265bdb585dca92a1b5fd4179b4e1d47bdb23.tar.zst
nvim-treesitter-305c265bdb585dca92a1b5fd4179b4e1d47bdb23.zip
bot(lockfile): update fortran, nu, r
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index dcc3bbba5..20f902d66 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1472,7 +1472,7 @@ list.nqc = {
list.nu = {
install_info = {
url = "https://github.com/nushell/tree-sitter-nu",
- files = { "src/parser.c" },
+ files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@abhisheksingh0x558" },
}