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