mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(dart): add multiplicative_operator
and fix conditional_assignable_selector
This commit is contained in:
parent
aba5e9b4d5
commit
f67a749b0f
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
||||||
">="
|
">="
|
||||||
"<="
|
"<="
|
||||||
"||"
|
"||"
|
||||||
|
(multiplicative_operator)
|
||||||
(increment_operator)
|
(increment_operator)
|
||||||
(is_operator)
|
(is_operator)
|
||||||
(prefix_operator)
|
(prefix_operator)
|
||||||
|
|
@ -113,6 +114,9 @@
|
||||||
(unconditional_assignable_selector
|
(unconditional_assignable_selector
|
||||||
(identifier) @property)
|
(identifier) @property)
|
||||||
|
|
||||||
|
(conditional_assignable_selector
|
||||||
|
(identifier) @property)
|
||||||
|
|
||||||
; assignments
|
; assignments
|
||||||
(assignment_expression
|
(assignment_expression
|
||||||
left: (assignable_expression) @variable)
|
left: (assignable_expression) @variable)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue