mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
javascript: Add operator to / for division (#689)
This commit is contained in:
parent
1bfffb11fd
commit
9dd0e3b456
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@
|
|||
"%="
|
||||
] @operator
|
||||
|
||||
(binary_expression "/" @operator)
|
||||
(ternary_expression ["?" ":"] @operator)
|
||||
|
||||
"(" @punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue