helix-mods/runtime/queries/rust
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
..
highlights.scm rust: Highlight function signatures as functions (#4073) 2022-10-03 23:56:50 +09:00
indents.scm Indentation rework (#1562) 2022-03-31 00:08:07 +09:00
injections.scm Highlight SQL in sqlx::{query,query_as}!() in Rust (#3647) 2022-09-02 17:26:42 -05:00
locals.scm Rust queries: add (function_item) as a local scope (#3345) 2022-08-06 05:58:06 -05:00
textobjects.scm Fix rust text objects (#3590) 2022-08-28 16:03:39 -05:00