aboutsummaryrefslogtreecommitdiffstats
path: root/queries/rust/highlights.scm
Commit message (Expand)AuthorAgeFilesLines
...
* Rust: highlight loop labelsSantos Gallegos2021-10-011-0/+1
* Rust: fix some highlightsSantos Gallegos2021-10-011-3/+6
* highlights(rust): Add colon `:` to delimitersSergio Alejandro Vargas2021-09-261-1/+1
* highlights(rust): fix bang `!` in macro_invocationSergio Alejandro Vargas2021-09-261-0/+1
* highlights(rust): Fix angle brackets, and closuresSergio Alejandro Vargas2021-09-261-27/+28
* highlights(rust): Reorder macro queriesSergio Alejandro Vargas2021-07-081-6/+10
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-3/+1
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-1/+4
* Rust: fix macros highlightsSantos Gallegos2021-06-111-7/+10
* highlights(rust): highlight fields with shorthand_field_initializerStephan Seitz2021-05-241-0/+2
* Rust: highlight constantsSantos Gallegos2021-05-221-1/+3
* highlights(rust): Add operator "?"Stephan Seitz2021-04-061-0/+1
* highlights(rust): Highlight dereferenced closure parametersStephan Seitz2021-03-261-1/+1
* rust: tread `,` as a punctuation delimiterYuki Ito2021-03-221-0/+1
* Rust: Add variable and closure parameter highlightsRohit Pradhan2021-03-151-0/+2
* Use function keyword highlight group for Rust's fnCédric Barreteau2021-01-201-1/+2
* started branchBrian Shu2021-01-071-0/+4
* Rust: highlight bracketsSantos Gallegos2021-01-041-6/+8
* fix(highlights): Add TSNamespace highlightStephan Seitz2020-10-101-5/+31
* Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz2020-09-191-1/+4
* change @meta to @type for derive directives because @meta is not definedkiyan422020-09-061-2/+2
* Change self back to variable.builtinAvi Dessauer2020-08-201-1/+1
* Deduplicate queries/rust/highlights.scmAvi Dessauer2020-08-201-1/+0
* Highlight operators + improve consistency with Vim syntaxAvi Dessauer2020-08-201-3/+37
* fix(queries): use vim-match for non lua regexesSteven Sojka2020-08-161-1/+1
* highlights(rust): fix some type highlights.Thomas Vigouroux2020-08-071-0/+3
* highlights(rust): add async/await keywordsThomas Vigouroux2020-08-071-0/+2
* Add Rust queries (#57)Thomas Vigouroux2020-07-081-0/+167