Change highlights order (#13293)

pull/13301/head
Julien THILLARD 2025-04-08 02:16:31 +02:00 committed by GitHub
parent 0609b06638
commit a799794623
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -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
;----------- ;-----------