mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(robot)!: update parser and queries
Breaking change: replaced `(variable_definition)` by `(scalar_variable)`, `(list_variable)` and `(dictionary_variable)`. Also mark queries as unmaintained.
This commit is contained in:
parent
544320a9cf
commit
1970f0d3bb
3 changed files with 10 additions and 5 deletions
|
|
@ -10,7 +10,13 @@
|
|||
(test_case_setting)
|
||||
] @keyword
|
||||
|
||||
(variable_definition
|
||||
(scalar_variable
|
||||
(variable_name) @variable)
|
||||
|
||||
(list_variable
|
||||
(variable_name) @variable)
|
||||
|
||||
(dictionary_variable
|
||||
(variable_name) @variable)
|
||||
|
||||
(keyword_definition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue