Skip to content

Commit

Permalink
fix accidentally rolled back changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Sep 8, 2022
1 parent d454d3e commit 5646f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/queries/jsonnet/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
["if" "then" "else"] @conditional
["if" "then" "else"] @keyword.control.conditional
[
(local)
"function"
] @keyword
(comment) @comment

(string) @string
(number) @number
(number) @constant.numeric
[
(true)
(false)
] @boolean
] @constant.builtin.boolean

(binaryop) @operator
(unaryop) @operator
Expand Down

0 comments on commit 5646f37

Please sign in to comment.