nvim-treesitter/queries/rust
Sergio Alejandro Vargas fbbcfa7b6c highlights(rust): organize keywords and literals
- sort keywords
- highlight super as a namespace (same as crate)
- highlight `break` and `continue` as `repeat` keywords
- don't highlight `macro_rules!` as a keyword
- place all literal queries together
- place function definition queries alongside function call queries
2021-11-25 23:53:41 +01:00
..
folds.scm folds(rust): Fold trait definitions (#1582) 2021-07-18 15:59:58 +00:00
highlights.scm highlights(rust): organize keywords and literals 2021-11-25 23:53:41 +01:00
indents.scm fixed rust match indents 2021-03-01 23:35:25 +01:00
injections.scm rust: inject html to html! macro 2021-06-21 08:52:38 +02:00
locals.scm Attach kind of reference to query result instead of using subfields 2020-07-20 08:55:53 +02:00