mirror of https://github.com/helix-editor/helix
Fix captures in `highlights.scm`
parent
9d5ecf1dd0
commit
a9bf9743e8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue