helix-mods/runtime
Michael Davis 4a3b776b78
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.
2022-10-03 23:56:50 +09:00
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries rust: Highlight function signatures as functions (#4073) 2022-10-03 23:56:50 +09:00
themes Add dark high contrast theme refer to vscode (#3312) 2022-10-03 23:45:56 +09:00
tutor tutor: missing <ESC> before removing the second cursor (#4027) 2022-09-29 11:02:55 -04:00