You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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.
2 years ago
..
grammars Dynamically load grammar libraries at runtime 3 years ago
queries rust: Highlight function signatures as functions (#4073) 2 years ago
themes Add dark high contrast theme refer to vscode (#3312) 2 years ago
tutor tutor: missing <ESC> before removing the second cursor (#4027) 2 years ago