fine tune keyword highlights

This commit is contained in:
Alvaro Muñoz
2020-09-30 09:41:53 +02:00
committed by Stephan Seitz
parent c29865a7b3
commit 61ea08f8d3

View File

@@ -1,50 +1,68 @@
[
"and"
"any"
"as"
"asc"
"avg"
"by"
"class"
"concat"
"count"
"desc"
"else"
"exists"
"extends"
"forall"
"forex"
"from"
"if"
"implies"
"import"
"in"
"instanceof"
"max"
"min"
"module"
"newtype"
"not"
"or"
"order"
"rank"
"select"
"strictconcat"
"strictcount"
"strictsum"
"sum"
"then"
"where"
(false)
(predicate)
(result)
(specialId)
(super)
(this)
(true)
] @keyword
[
"and"
"not"
"or"
] @keyword.operator
[
"avg"
"any"
"count"
"concat"
"exists"
"max"
"min"
"instanceof"
"rank"
"sum"
"strictconcat"
"strictcount"
"strictsum"
] @function.builtin
[
"import"
] @include
[
"if"
"then"
"else"
] @conditional
[
(true)
(false)
] @boolean
[
(this)
(super)
] @variable.builtin
[
"boolean"
"float"
@@ -89,7 +107,7 @@
(varName) @variable
(integer) @number
(float) @number
(float) @float
(string) @string