mirror of https://github.com/helix-editor/helix
fix(highlights/ungrammar): improve UX (#13607)
parent
702a961517
commit
8d58f6ce8d
|
@ -1,6 +1,12 @@
|
|||
(line_comment) @comment
|
||||
|
||||
(identifier) @variable
|
||||
(identifier) @function
|
||||
|
||||
(labeled_rule
|
||||
(identifier) @type)
|
||||
|
||||
(node_rule
|
||||
(identifier) @variable.parameter)
|
||||
|
||||
(token) @string
|
||||
|
||||
|
|
Loading…
Reference in New Issue