mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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)
|
||||
(is_operator)
|
||||
(prefix_operator)
|
||||
|
|
@ -113,6 +114,9 @@
|
|||
(unconditional_assignable_selector
|
||||
(identifier) @property)
|
||||
|
||||
(conditional_assignable_selector
|
||||
(identifier) @property)
|
||||
|
||||
; assignments
|
||||
(assignment_expression
|
||||
left: (assignable_expression) @variable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue