summaryrefslogtreecommitdiff
path: root/test/highlight/rust
AgeCommit message (Collapse)Author
2024-04-27Adjust test/highlight/rust/valueJohannes Altmanninger
A recent commit highlights char literals as value (default red) instead of yellow.
2021-09-07Add support for curly underline and separate underline colorMaxime Coste
Add support for a third color in face definition that controls the underline and a 'c' attribute for curly underline (that takes precedence over 'u' if both are specified) Allow empty colors to mean default, so that `,,red+u` means the same as `default,default,red+u` Fixes #4138
2021-05-02add TODO comment highlightingSkyler Hawthorne
2021-05-01add tests for rust let statementsSkyler Hawthorne
2021-05-01fix rust pub highlightSkyler Hawthorne
2021-04-30Fix rust highlighting testsMaxime Coste
2020-07-31Fix escaping of single quotes in rust value highlighting testMaxime Coste
2020-07-09Split rust comment testsIvan Tham
2020-07-09Fix rust character highlightIvan Tham
2020-07-09Fix rust comment endIvan Tham
2020-07-09Fix rust comment testIvan Tham
2020-07-09Fix rust doctest non-hidden macro highlightIvan Tham
2020-05-31Highlight doc tests in rustIvan Tham
Feels a big laggy when system overloaded