mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Remove operator and keyword assignments duplicated by simpler tokens
This commit is contained in:
parent
86d9c663a5
commit
e805476f0a
1 changed files with 0 additions and 18 deletions
|
|
@ -84,24 +84,6 @@
|
||||||
; Comments
|
; Comments
|
||||||
(comment) @comment @spell
|
(comment) @comment @spell
|
||||||
|
|
||||||
; Conditional projections
|
|
||||||
(conditional_projection
|
|
||||||
"=>" @operator)
|
|
||||||
|
|
||||||
; Select statements
|
|
||||||
(select_statement
|
|
||||||
"..." @operator
|
|
||||||
"select" @keyword
|
|
||||||
"=>" @operator)
|
|
||||||
|
|
||||||
; Spread operators
|
|
||||||
(spread_operator
|
|
||||||
"..." @operator)
|
|
||||||
|
|
||||||
; Array access
|
|
||||||
(attribute_access
|
|
||||||
"." @punctuation.delimiter)
|
|
||||||
|
|
||||||
; String keys in projections/objects
|
; String keys in projections/objects
|
||||||
(pair
|
(pair
|
||||||
(literal
|
(literal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue