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/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.
2 years ago
..
highlights.scm rust: Highlight function signatures as functions (#4073) 2 years ago
indents.scm Indentation rework (#1562) 2 years ago
injections.scm Highlight SQL in `sqlx::{query,query_as}!()` in Rust (#3647) 2 years ago
locals.scm Rust queries: add `(function_item)` as a local scope (#3345) 2 years ago
textobjects.scm Fix rust text objects (#3590) 2 years ago