diff options
author | Blaž Hrastnik | 2021-09-02 05:58:57 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-09-06 06:25:46 +0000 |
commit | a6108baec9455f223211b458e2328087e7fa3280 (patch) | |
tree | 5010a753f44516e8a398c04323d0438418aa931b /runtime/queries/ocaml | |
parent | 37606bad47fe0e197cb34fc7d52856597c32ce33 (diff) |
Improve grammar definitions
Diffstat (limited to 'runtime/queries/ocaml')
-rw-r--r-- | runtime/queries/ocaml/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/ocaml/highlights.scm b/runtime/queries/ocaml/highlights.scm index 093b3cce..3bb42604 100644 --- a/runtime/queries/ocaml/highlights.scm +++ b/runtime/queries/ocaml/highlights.scm @@ -25,12 +25,12 @@ (external (value_name) @function) -(method_name) @method +(method_name) @function.method ; Variables ;---------- -(value_pattern) @parameter +(value_pattern) @variable.parameter ; Application ;------------ |