Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: Highlight function signatures as functions (helix-editor#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.
- Loading branch information