Mercurial > forks > helix
changeset 6706:12b4b4469e1b
Change highlights order (#13293)
author | Julien THILLARD <54775010+supersurviveur@users.noreply.github.com> |
---|---|
date | Tue, 08 Apr 2025 02:16:31 +0200 |
parents | 0aedd370c1ca |
children | bc9ced45b4d6 |
files | runtime/queries/ocaml/highlights.scm |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/runtime/queries/ocaml/highlights.scm Tue Apr 08 00:15:54 2025 +0000 +++ b/runtime/queries/ocaml/highlights.scm Tue Apr 08 02:16:31 2025 +0200 @@ -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 ;-----------