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
8302d4f547
commit
16da7ded58
@@ -1367,7 +1367,7 @@ return {
|
||||
},
|
||||
matlab = {
|
||||
install_info = {
|
||||
revision = '93020b226bf341de02336cdf1c19a7ce0b509cf2',
|
||||
revision = '96a3e8fb0a4ebd0db64db6b52043483937e9ca3a',
|
||||
url = 'https://github.com/acristoffers/tree-sitter-matlab',
|
||||
},
|
||||
maintainers = { '@acristoffers' },
|
||||
|
||||
@@ -134,8 +134,7 @@
|
||||
(identifier) @function)
|
||||
|
||||
(validation_functions
|
||||
(property_name
|
||||
(identifier) @function))
|
||||
(identifier) @function)
|
||||
|
||||
(command
|
||||
(command_name) @function.call)
|
||||
@@ -205,7 +204,11 @@
|
||||
|
||||
(number) @number
|
||||
|
||||
(boolean) @boolean
|
||||
((identifier) @boolean
|
||||
(#eq? @boolean "true"))
|
||||
|
||||
((identifier) @boolean
|
||||
(#eq? @boolean "false"))
|
||||
|
||||
; Comments
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user