aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/nvim-treesitter/parsers.lua2
-rw-r--r--runtime/queries/vim/highlights.scm3
2 files changed, 4 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index cf9368840..c25daedaa 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2499,7 +2499,7 @@ return {
},
vim = {
install_info = {
- revision = 'ccc312e878aa84f32d180b8528a3585c7b86a545',
+ revision = 'a93e834bea0975ec0ccb3f6d18540e9bd8170a4d',
url = 'https://github.com/tree-sitter-grammars/tree-sitter-vim',
},
maintainers = { '@clason' },
diff --git a/runtime/queries/vim/highlights.scm b/runtime/queries/vim/highlights.scm
index 20a044a60..c35986fa3 100644
--- a/runtime/queries/vim/highlights.scm
+++ b/runtime/queries/vim/highlights.scm
@@ -253,6 +253,9 @@
(heredoc
(parameter) @keyword)
+(script
+ (parameter) @keyword)
+
[
(marker_definition)
(endmarker)