diff options
author | Joey Hain | 2023-11-06 01:54:25 +0000 |
---|---|---|
committer | GitHub | 2023-11-06 01:54:25 +0000 |
commit | f73e9a8d15fd5a87d472a49808baf42ba403f9bf (patch) | |
tree | c57d8b378ef5877a5f2894b2dc6845b28bffdbbf /runtime/queries/ocaml | |
parent | a98ad137f9b0678ce9770aaa56a8bf8ca7c51d17 (diff) |
highlights: add type.parameter scope to several more languages (#8718)
* typescript
* go
* haskell
* ocaml
* kotlin (+ bugfix)
Diffstat (limited to 'runtime/queries/ocaml')
-rw-r--r-- | runtime/queries/ocaml/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/ocaml/highlights.scm b/runtime/queries/ocaml/highlights.scm index a08b1267..9d3bf4c8 100644 --- a/runtime/queries/ocaml/highlights.scm +++ b/runtime/queries/ocaml/highlights.scm @@ -8,6 +8,8 @@ [(class_name) (class_type_name) (type_constructor)] @type +(type_variable) @type.parameter + [(constructor_name) (tag)] @constructor ; Functions |