mirror of https://github.com/helix-editor/helix
rust: Highlight function signatures as functions (#4073)
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.pull/4085/head
parent
576c34f84e
commit
4a3b776b78
Loading…
Reference in New Issue