| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-11 | rc filetype rust: hl return as keyword | Vladimir Bauer | |
| That line makes return keyword to highlight same color as macro plus bold which makes it look like a macro. I'm not sure if it was done on purpose but it's wrong. Return is the same keyword like any other so why make it look apart? | |||
| 2024-04-16 | rust: Highlight char and byte literals as values | MichaĆ Kruszewski | |
| Char and byte literals are values. There is no point in using fixed colors for them. | |||
| 2022-11-01 | Add "union" as a keyword for Rust syntax | James Wainwright | |
| 2022-07-05 | Make `x` just select the full lines | Maxime Coste | |
| `x` is often criticized as hard to predict due to its slightly complex behaviour of selecting next line if the current one is fully selected. Change `x` to use the previous `<a-x>` behaviour, and change `<a-x>` to trim to fully selected lines as `<a-X>` did. Adapt existing indentation script to the new behaviour | |||
| 2021-05-02 | add TODO comment highlighting | Skyler Hawthorne | |
| 2021-05-01 | fix rust pub highlight | Skyler Hawthorne | |
| 2021-04-28 | improve colors for rust/solarized | Skyler Hawthorne | |
| * bring colors more aligned with upstream solarized implementations (e.g. vim, emacs) * tweak rust syntax * add more details, like operators, highlighting certain traits and types from std, etc * remove certain highlighters, like user types. This has the effect of just highlighting almost the whole code base one color, and wasn't really correct either. CamelCase for types is only convention | |||
| 2021-03-07 | Support rust visibility for enum and others | Ivan Tham | |
| 2021-03-07 | Support dedent with rust fn qualifiers | Ivan Tham | |
| 2021-02-17 | Dedent rust await function with ? | Ivan Tham | |
| 2021-02-17 | Dedent rust empty match | Ivan Tham | |
| 2020-12-17 | Rust dedent after .await | Ivan Tham | |
| 2020-12-17 | Rust handle [ indent like { and ( | Ivan Tham | |
| 2020-10-12 | Fix rust highlighting after regions highlighter behaviour change | Maxime Coste | |
| 2020-10-04 | Rust always indent after { | Ivan Tham | |
| 2020-10-04 | Add missing rust indent after function { | Ivan Tham | |
| 2020-09-30 | Rust not to indent on hash | Ivan Tham | |
| 2020-09-28 | Rust indent keyword check boundary | Ivan Tham | |
| 2020-09-28 | Rust reindent where to match block | Ivan Tham | |
| 2020-09-27 | Add rust test for empty line indent | Ivan Tham | |
| 2020-09-27 | Rust improve align after partial statement | Ivan Tham | |
| 2020-09-27 | Rust align open paren for if and for | Ivan Tham | |
| 2020-07-31 | Merge remote-tracking branch 'pickfire/rust-highlight' | Maxime Coste | |
| 2020-07-29 | Clean up my previous updates | John Isom | |
| 2020-07-28 | Update deindenting in rust.kak | John Isom | |
| 2020-07-27 | Update rust brace deindenting to handle bad indentation edge case | John Isom | |
| 2020-07-26 | Update comment wording for deindentation | John Isom | |
| 2020-07-26 | Fix indentation rule for rust.kak | John Isom | |
| 2020-07-09 | Improve rust comment closing handling | Ivan Tham | |
| /// foo ///%( ) /// foo /// %( ) With `c<ret>bar<esc>`, /// foo bar /// foo /// /// bar Based on c-family block comment handling, this patch also add rust block comment indentation. This affects `o` behavior on empty comment but it allows a way more efficient way to clear comments. | |||
| 2020-07-09 | Fix rust character highlight | Ivan Tham | |
| 2020-07-09 | Fix rust comment end | Ivan Tham | |
| 2020-07-09 | Fix rust doctest non-hidden macro highlight | Ivan Tham | |
| 2020-07-09 | Add default keyword for rust | Ivan Tham | |
| 2020-07-09 | Update rust rc comment | Ivan Tham | |
| 2020-06-02 | Merge remote-tracking branch 'pickfire/rust-doctests' | Maxime Coste | |
| 2020-06-02 | Rust dedent { after where clause | Ivan Tham | |
| 2020-05-31 | Rust indent after standalone where | Ivan Tham | |
| 2020-05-31 | Rust indent block comment | Ivan Tham | |
| 2020-05-31 | Highlight rust default keyword (specialization) | Ivan Tham | |
| 2020-05-31 | Highlight doc tests in rust | Ivan Tham | |
| Feels a big laggy when system overloaded | |||
| 2020-05-30 | Fix rust reference url | Ivan Tham | |
| 2020-05-30 | Rust take indentation before comment to next line | Ivan Tham | |
| 2020-05-30 | Handle dedent in rust syntax | Ivan Tham | |
| Naively handle dedent after , and ; which works most of the cases but does not work with multi level dedent. | |||
| 2020-02-24 | Make rust auto-indenter ignore most things inside comments. | Joe Neeman | |
| Fixes #3352. | |||
| 2020-01-29 | rc: Highlight embedded documentation | Frank LENORMAND | |
| This commit adds a `documentation` face to the builtin themes, used to highlight common documentation syntaxes: /** * JavaDoc */ /*! * QtDoc */ /// Inline documentation ## Inline documentation The face is only an alias to the `comment` one for now. Closes #1944 | |||
| 2019-11-11 | rc rust: Don't set an arbitrary formatter | Frank LENORMAND | |
| Users who want to use a formatter are free to pick a tool of their choosing and set `formatcmd` in their user configuration. | |||
| 2019-10-22 | src: Create a <semicolon> named key | Frank LENORMAND | |
| This commit allows using the <semicolon> expansion in commands, instead of `\;`. It makes commands look more elegant, and prevents new-comers from falling into the trap of using <a-;> without escaping the semicolon. | |||
| 2019-10-16 | Replace ModeChange hooks by ModePush and ModePop | Maxime Coste | |
| Remove deprecated InsertBegin, InsertEnd, NormalBegin, NormalEnd hooks. Closes #2545 | |||
| 2019-08-07 | support raw strings withing the meta attributes | Andrey Orst | |
| 2019-08-06 | fix #3043 | Andrey Orst | |
