aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--lockfile.json6
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 4 insertions, 4 deletions
diff --git a/lockfile.json b/lockfile.json
index 795e602d5..79de8ea7b 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -198,7 +198,7 @@
"revision": "90189238385cf636b9ee99ce548b9e5b5e569d48"
},
"fortran": {
- "revision": "e9fbb3acbfc62b051616e53b17ab97b9823e8617"
+ "revision": "4c96c4d00b5c17b109028e8627407971085034ce"
},
"fsh": {
"revision": "fad2e175099a45efbc98f000cc196d3674cc45e0"
@@ -501,7 +501,7 @@
"revision": "14e6da1627aaef21d2b2aa0c37d04269766dcc1d"
},
"nu": {
- "revision": "fa2f2d0ce15998e70bed3546e55cefa5ac4fb4df"
+ "revision": "9eedcb303de0b4e046477161fb3d2932a0146d2a"
},
"objc": {
"revision": "62e61b6f5c0289c376d61a8c91faf6435cde9012"
@@ -618,7 +618,7 @@
"revision": "a6674e279b14958625d7a530cabe06119c7a1532"
},
"r": {
- "revision": "4a89de35a9e81af0a33a4a02d17554e42ad3c609"
+ "revision": "a0d3e3307489c3ca54da8c7b5b4e0c5f5fd6953a"
},
"racket": {
"revision": "5b211bf93021d1c45f39aa96898be9f794f087e4"
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" },
}