Chinmay Dalal 2020-06-24 14:50:41 +05:30 committed by GitHub
parent 665b30cbf8
commit 577141bc34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,8 @@
(#match? @constant "^_*[A-Z][A-Z\d_]+"))
(identifier) @variable
(this) @variable.builtin
;TODO
;(this) @variable.builtin
; Literals
@ -124,7 +125,6 @@
"class"
"continue"
"default"
"do"
"enum"
"exports"
"extends"
@ -173,11 +173,13 @@
[
"for"
"while"
"do"
] @repeat
; Includes
"import" @include
"package" @include
; Punctuation