mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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
|
||||
(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
|
||||
(pair
|
||||
(literal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue