aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ql/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/ql/highlights.scm')
-rw-r--r--queries/ql/highlights.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/queries/ql/highlights.scm b/queries/ql/highlights.scm
index dcc702263..d7d9500b0 100644
--- a/queries/ql/highlights.scm
+++ b/queries/ql/highlights.scm
@@ -39,18 +39,18 @@
"strictsum"
] @function.builtin
-"import" @include
+"import" @keyword.import
[
"if"
"then"
"else"
-] @conditional
+] @keyword.conditional
[
"forall"
"forex"
-] @repeat
+] @keyword.repeat
[
"asc"
@@ -106,8 +106,8 @@
"|"
] @punctuation.delimiter
-(moduleExpr (simpleId) @namespace)
-(module name: (moduleName) @namespace)
+(moduleExpr (simpleId) @module)
+(module name: (moduleName) @module)
(dataclass name: (className) @type)
(typeExpr name: (className) @type)
@@ -118,7 +118,7 @@
(varName) @variable
(integer) @number
-(float) @float
+(float) @number.float
(string) @string