mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 04:17:43 +03:00
highlights: add type.parameter scope to several more languages (#8718)
* typescript * go * haskell * ocaml * kotlin (+ bugfix)
This commit is contained in:
parent
a98ad137f9
commit
f73e9a8d15
8 changed files with 63 additions and 8 deletions
|
@ -124,7 +124,7 @@
|
|||
;; Types
|
||||
|
||||
(type) @type
|
||||
(type_variable) @type
|
||||
(type_variable) @type.parameter
|
||||
|
||||
(constructor) @constructor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue