mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
refactor(ecma): triple dot should be an operator
This commit is contained in:
parent
99606fdb71
commit
2c59e0ff3d
1 changed files with 1 additions and 2 deletions
|
|
@ -199,8 +199,6 @@
|
||||||
; Punctuation
|
; Punctuation
|
||||||
;------------
|
;------------
|
||||||
|
|
||||||
"..." @punctuation.special
|
|
||||||
|
|
||||||
";" @punctuation.delimiter
|
";" @punctuation.delimiter
|
||||||
"." @punctuation.delimiter
|
"." @punctuation.delimiter
|
||||||
"," @punctuation.delimiter
|
"," @punctuation.delimiter
|
||||||
|
|
@ -251,6 +249,7 @@
|
||||||
"&&="
|
"&&="
|
||||||
"||="
|
"||="
|
||||||
"??="
|
"??="
|
||||||
|
"..."
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
(binary_expression "/" @operator)
|
(binary_expression "/" @operator)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue