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
(#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