Fix captures in `highlights.scm`

pull/11611/head
mkorje 2025-03-20 14:58:21 +11:00
parent 9d5ecf1dd0
commit a9bf9743e8
No known key found for this signature in database
1 changed files with 7 additions and 7 deletions

View File

@ -2,18 +2,18 @@
(atom) @constant
((atom) @boolean
(#eq? @boolean "true"))
((atom) @constant.builtin.boolean
(#eq? @constant.builtin.boolean "true"))
((atom) @boolean
(#eq? @boolean "false"))
((atom) @constant.builtin.boolean
(#eq? @constant.builtin.boolean "false"))
(functional_notation
function: (atom) @function.call)
function: (atom) @function)
(integer) @number
(integer) @constant.numeric.integer
(float_number) @number.float
(float_number) @constant.numeric.float
(directive_head) @operator