mirror of https://github.com/helix-editor/helix
Fix more highlight scopes
parent
9c484e88cf
commit
5d91335d6b
|
@ -8,7 +8,7 @@
|
|||
(constructor) @constructor
|
||||
(pragma) @pragma
|
||||
(comment) @comment
|
||||
(signature name: (variable) @fun_type_name)
|
||||
(signature name: (variable) @type)
|
||||
(function name: (variable) @function)
|
||||
(constraint class: (class_name (type)) @class)
|
||||
(class (class_head class: (class_name (type)) @class))
|
||||
|
|
Loading…
Reference in New Issue