mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
Add todo comment and change this highlight group
This commit is contained in:
parent
d4fbbc05af
commit
942fe70452
1 changed files with 7 additions and 6 deletions
|
|
@ -100,12 +100,11 @@
|
|||
((identifier) @type
|
||||
(#match? @type "^[A-Z]"))
|
||||
|
||||
(identifier) @variable
|
||||
|
||||
(this) @variable.builtin
|
||||
|
||||
(unconditional_assignable_selector (identifier) @identifier)
|
||||
(assignable_selector (identifier) @identifier)
|
||||
; TODO: currently not working
|
||||
(unconditional_assignable_selector
|
||||
(identifier) @identifier)
|
||||
(assignable_selector
|
||||
(identifier) @identifier)
|
||||
(assignment_expression
|
||||
left: (assignable_expression) @identifier)
|
||||
|
||||
|
|
@ -140,6 +139,8 @@
|
|||
|
||||
; Keywords
|
||||
|
||||
(this) @keyword
|
||||
|
||||
["import" "library" "export"] @include
|
||||
|
||||
; TODO: "rethrow" @keyword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue