Skip to content

Commit

Permalink
Escape backslash in groovy highlights.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
chernetskyi committed Feb 19, 2024
1 parent fd97679 commit f7bab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/queries/groovy/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(#any-of? @constant.builtin.boolean "true" "false"))

((identifier) @constant
(#match? @constant "^[A-Z][A-Z\d_]*$"))
(#match? @constant "^[A-Z][A-Z\\d_]*$"))

((identifier) @constant.builtin
(#eq? @constant.builtin "null"))
Expand Down

0 comments on commit f7bab12

Please sign in to comment.