Skip to content

Commit

Permalink
Update runtime/queries/tcl/highlights.scm
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
Eloitor and the-mikedavis authored Mar 8, 2024
1 parent 7a538f6 commit 9b4239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/queries/tcl/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
] @punctuation.delimiter

((simple_word) @constant.numberic
(#lua-match? @constant.numberic "^[0-9]+$"))
(#match? @constant.numberic "^[0-9]+$"))

((simple_word) @contant.builtin.boolean
(#any-of? @boolean.builtin.boolean "true" "false"))
Expand Down

0 comments on commit 9b4239b

Please sign in to comment.