Skip to content

Commit a799794

Browse files
Change highlights order (#13293)
1 parent 0609b06 commit a799794

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

runtime/queries/ocaml/highlights.scm

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737

3838
[(constructor_name) (tag)] @constructor
3939

40+
; Variables
41+
;----------
42+
43+
[(value_name) (type_variable)] @variable
44+
45+
(value_pattern) @variable.parameter
46+
4047
; Functions
4148
;----------
4249

@@ -75,13 +82,6 @@
7582
(application_expression
7683
function: (value_path (value_name) @function))
7784

78-
; Variables
79-
;----------
80-
81-
[(value_name) (type_variable)] @variable
82-
83-
(value_pattern) @variable.parameter
84-
8585
; Properties
8686
;-----------
8787

0 commit comments

Comments
 (0)