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