feat(matlab)!: update parser and queries

This commit is contained in:
Christian Clason
2025-08-19 11:52:35 +02:00
committed by Christian Clason
parent 2f28a14ed2
commit 6fd7117c1d
2 changed files with 3 additions and 2 deletions

View File

@@ -1367,7 +1367,7 @@ return {
},
matlab = {
install_info = {
revision = 'da410185c1fabf823ab92798590f9a6606e5699b',
revision = '93020b226bf341de02336cdf1c19a7ce0b509cf2',
url = 'https://github.com/acristoffers/tree-sitter-matlab',
},
maintainers = { '@acristoffers' },

View File

@@ -134,7 +134,8 @@
(identifier) @function)
(validation_functions
(identifier) @function)
(property_name
(identifier) @function))
(command
(command_name) @function.call)