Skip to content

Commit 5646f37

Browse files
committed
fix accidentally rolled back changes
1 parent d454d3e commit 5646f37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/queries/jsonnet/highlights.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
["if" "then" "else"] @conditional
1+
["if" "then" "else"] @keyword.control.conditional
22
[
33
(local)
44
"function"
55
] @keyword
66
(comment) @comment
77

88
(string) @string
9-
(number) @number
9+
(number) @constant.numeric
1010
[
1111
(true)
1212
(false)
13-
] @boolean
13+
] @constant.builtin.boolean
1414

1515
(binaryop) @operator
1616
(unaryop) @operator

0 commit comments

Comments
 (0)