mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(matlab)!: update parser and queries
This commit is contained in:
parent
2f28a14ed2
commit
6fd7117c1d
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue