Add todo comment and change this highlight group

This commit is contained in:
Akin Sowemimo 2020-08-07 14:59:02 +01:00 committed by Thomas Vigouroux
parent d4fbbc05af
commit 942fe70452

View file

@ -100,12 +100,11 @@
((identifier) @type ((identifier) @type
(#match? @type "^[A-Z]")) (#match? @type "^[A-Z]"))
(identifier) @variable ; TODO: currently not working
(unconditional_assignable_selector
(this) @variable.builtin (identifier) @identifier)
(assignable_selector
(unconditional_assignable_selector (identifier) @identifier) (identifier) @identifier)
(assignable_selector (identifier) @identifier)
(assignment_expression (assignment_expression
left: (assignable_expression) @identifier) left: (assignable_expression) @identifier)
@ -140,6 +139,8 @@
; Keywords ; Keywords
(this) @keyword
["import" "library" "export"] @include ["import" "library" "export"] @include
; TODO: "rethrow" @keyword ; TODO: "rethrow" @keyword