mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(matlab)!: update parser and queries
This commit is contained in:
committed by
Christian Clason
parent
2f28a14ed2
commit
6fd7117c1d
@@ -1367,7 +1367,7 @@ return {
|
||||
},
|
||||
matlab = {
|
||||
install_info = {
|
||||
revision = 'da410185c1fabf823ab92798590f9a6606e5699b',
|
||||
revision = '93020b226bf341de02336cdf1c19a7ce0b509cf2',
|
||||
url = 'https://github.com/acristoffers/tree-sitter-matlab',
|
||||
},
|
||||
maintainers = { '@acristoffers' },
|
||||
|
||||
@@ -134,7 +134,8 @@
|
||||
(identifier) @function)
|
||||
|
||||
(validation_functions
|
||||
(identifier) @function)
|
||||
(property_name
|
||||
(identifier) @function))
|
||||
|
||||
(command
|
||||
(command_name) @function.call)
|
||||
|
||||
Reference in New Issue
Block a user