aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-08-19 11:52:35 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-08-19 11:56:38 +0200
commit6fd7117c1dc4e279f4153af70ae60bd4134b0f01 (patch)
tree3d1d64ec6425d4e752c62f2166e128c0bb03be9f
parentfeat(parsers): update arduino, chatito, desktop, editorconfig, gitattributes,... (diff)
downloadnvim-treesitter-6fd7117c1dc4e279f4153af70ae60bd4134b0f01.tar
nvim-treesitter-6fd7117c1dc4e279f4153af70ae60bd4134b0f01.tar.gz
nvim-treesitter-6fd7117c1dc4e279f4153af70ae60bd4134b0f01.tar.bz2
nvim-treesitter-6fd7117c1dc4e279f4153af70ae60bd4134b0f01.tar.lz
nvim-treesitter-6fd7117c1dc4e279f4153af70ae60bd4134b0f01.tar.xz
nvim-treesitter-6fd7117c1dc4e279f4153af70ae60bd4134b0f01.tar.zst
nvim-treesitter-6fd7117c1dc4e279f4153af70ae60bd4134b0f01.zip
feat(matlab)!: update parser and queries
-rw-r--r--lua/nvim-treesitter/parsers.lua2
-rw-r--r--runtime/queries/matlab/highlights.scm3
2 files changed, 3 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index a76195b55..88732ab19 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1367,7 +1367,7 @@ return {
},
matlab = {
install_info = {
- revision = 'da410185c1fabf823ab92798590f9a6606e5699b',
+ revision = '93020b226bf341de02336cdf1c19a7ce0b509cf2',
url = 'https://github.com/acristoffers/tree-sitter-matlab',
},
maintainers = { '@acristoffers' },
diff --git a/runtime/queries/matlab/highlights.scm b/runtime/queries/matlab/highlights.scm
index d2ab6053e..91fdae2a9 100644
--- a/runtime/queries/matlab/highlights.scm
+++ b/runtime/queries/matlab/highlights.scm
@@ -134,7 +134,8 @@
(identifier) @function)
(validation_functions
- (identifier) @function)
+ (property_name
+ (identifier) @function))
(command
(command_name) @function.call)