Skip to content

Commit

Permalink
Fix query error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaju committed Jan 2, 2024
1 parent e312174 commit 6a58791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/queries/hocon/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
"required"
] @function.builtin

(include @keyword.control.import)
(include) @keyword.directive

[ "(" ")" "[" "]" "{" "}" ] @punctuation.bracket

(unit) @keyword
(path (_) @keyword)
(unquoted_path "." @punctuation.delimiter)
[ "," ] @punctuation.delimiter

0 comments on commit 6a58791

Please sign in to comment.