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: Pascal Kuthe <[email protected]>
  • Loading branch information
Eloitor and pascalkuthe committed Mar 18, 2024
1 parent 7c9ddb4 commit 5a1a0dc
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 @@ -140,7 +140,7 @@
(#match? @constant.numberic "^[0-9]+$"))

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

; after apply array auto_execok auto_import auto_load auto_mkindex auto_qualify
; auto_reset bgerror binary chan clock close coroutine dde encoding eof fblocked
Expand Down

0 comments on commit 5a1a0dc

Please sign in to comment.