mirror of https://github.com/helix-editor/helix
Change highlights order (#13293)
parent
0609b06638
commit
a799794623
|
@ -37,6 +37,13 @@
|
||||||
|
|
||||||
[(constructor_name) (tag)] @constructor
|
[(constructor_name) (tag)] @constructor
|
||||||
|
|
||||||
|
; Variables
|
||||||
|
;----------
|
||||||
|
|
||||||
|
[(value_name) (type_variable)] @variable
|
||||||
|
|
||||||
|
(value_pattern) @variable.parameter
|
||||||
|
|
||||||
; Functions
|
; Functions
|
||||||
;----------
|
;----------
|
||||||
|
|
||||||
|
@ -75,13 +82,6 @@
|
||||||
(application_expression
|
(application_expression
|
||||||
function: (value_path (value_name) @function))
|
function: (value_path (value_name) @function))
|
||||||
|
|
||||||
; Variables
|
|
||||||
;----------
|
|
||||||
|
|
||||||
[(value_name) (type_variable)] @variable
|
|
||||||
|
|
||||||
(value_pattern) @variable.parameter
|
|
||||||
|
|
||||||
; Properties
|
; Properties
|
||||||
;-----------
|
;-----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue