mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
This stanza highlights functions within trait definitions. For example, in: pub trait Widget { fn render(self, area: Rect, buf: &mut Buffer); } `render` is currently highlighted as a variable. With this change it's highlighted as a function. |
||
---|---|---|
.. | ||
highlights.scm | ||
indents.scm | ||
injections.scm | ||
locals.scm | ||
textobjects.scm |