summaryrefslogtreecommitdiff
path: root/rc/filetype/rust.kak
AgeCommit message (Expand)Author
2025-04-11rc filetype rust: hl return as keywordVladimir Bauer
2024-04-16rust: Highlight char and byte literals as valuesMichaƂ Kruszewski
2022-11-01Add "union" as a keyword for Rust syntaxJames Wainwright
2022-07-05Make `x` just select the full linesMaxime Coste
2021-05-02add TODO comment highlightingSkyler Hawthorne
2021-05-01fix rust pub highlightSkyler Hawthorne
2021-04-28improve colors for rust/solarizedSkyler Hawthorne
2021-03-07Support rust visibility for enum and othersIvan Tham
2021-03-07Support dedent with rust fn qualifiersIvan Tham
2021-02-17Dedent rust await function with ?Ivan Tham
2021-02-17Dedent rust empty matchIvan Tham
2020-12-17Rust dedent after .awaitIvan Tham
2020-12-17Rust handle [ indent like { and (Ivan Tham
2020-10-12Fix rust highlighting after regions highlighter behaviour changeMaxime Coste
2020-10-04Rust always indent after {Ivan Tham
2020-10-04Add missing rust indent after function {Ivan Tham
2020-09-30Rust not to indent on hashIvan Tham
2020-09-28Rust indent keyword check boundaryIvan Tham
2020-09-28Rust reindent where to match blockIvan Tham
2020-09-27Add rust test for empty line indentIvan Tham
2020-09-27Rust improve align after partial statementIvan Tham
2020-09-27Rust align open paren for if and forIvan Tham
2020-07-31Merge remote-tracking branch 'pickfire/rust-highlight'Maxime Coste
2020-07-29Clean up my previous updatesJohn Isom
2020-07-28Update deindenting in rust.kakJohn Isom
2020-07-27Update rust brace deindenting to handle bad indentation edge caseJohn Isom
2020-07-26Update comment wording for deindentationJohn Isom
2020-07-26Fix indentation rule for rust.kakJohn Isom
2020-07-09Improve rust comment closing handlingIvan Tham
2020-07-09Fix rust character highlightIvan Tham
2020-07-09Fix rust comment endIvan Tham
2020-07-09Fix rust doctest non-hidden macro highlightIvan Tham
2020-07-09Add default keyword for rustIvan Tham
2020-07-09Update rust rc commentIvan Tham
2020-06-02Merge remote-tracking branch 'pickfire/rust-doctests'Maxime Coste
2020-06-02Rust dedent { after where clauseIvan Tham
2020-05-31Rust indent after standalone whereIvan Tham
2020-05-31Rust indent block commentIvan Tham
2020-05-31Highlight rust default keyword (specialization)Ivan Tham
2020-05-31Highlight doc tests in rustIvan Tham
2020-05-30Fix rust reference urlIvan Tham
2020-05-30Rust take indentation before comment to next lineIvan Tham
2020-05-30Handle dedent in rust syntaxIvan Tham
2020-02-24Make rust auto-indenter ignore most things inside comments.Joe Neeman
2020-01-29rc: Highlight embedded documentationFrank LENORMAND
2019-11-11rc rust: Don't set an arbitrary formatterFrank LENORMAND
2019-10-22src: Create a <semicolon> named keyFrank LENORMAND
2019-10-16Replace ModeChange hooks by ModePush and ModePopMaxime Coste
2019-08-07support raw strings withing the meta attributesAndrey Orst
2019-08-06fix #3043Andrey Orst