mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(matlab)!: update parser and queries
This commit is contained in:
parent
8302d4f547
commit
16da7ded58
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue