aboutsummaryrefslogtreecommitdiff
path: root/editors/code/rust.tmGrammar.json
Commit message (Collapse)AuthorAgeFilesLines
* fix: prevent line comments inside block commentsDusty Pomerleau2020-10-221-19/+34
| | | | | - prevent line comments inside block comments - prevent underscore-prefixed functions and macros from receiving comment scope
* fix: require matching hash quantities for raw stringsDusty Pomerleau2020-10-211-22/+3
|
* fix: prevent unwanted interpolation scopesDusty Pomerleau2020-10-181-14/+6
|
* fix: prevent early termination of raw strings with hashDusty Pomerleau2020-10-161-3/+22
|
* add new TextMate grammarDusty Pomerleau2020-10-111-684/+1041
|
* Fix a typoMatthijs Brobbel2020-06-301-2/+2
|
* Add question mark operatorYuki Kodama2020-05-251-1/+1
|
* Color attribute functionsGeorge Fraser2020-05-191-1/+6
|
* Use .rust suffix on scopesGeorge Fraser2020-05-121-1/+1
|
* Put sigil back to keyword.operatorGeorge Fraser2020-05-101-2/+2
|
* Change lifetimes back to keyword-ish, tweak builtins for consistency between ↵George Fraser2020-05-101-6/+9
| | | | TextMate and semantic
* Color `as` as a keywordGeorge Fraser2020-05-101-2/+2
|
* No longer trueGeorge Fraser2020-05-101-6/+0
|
* Color core types as types, not keywordsGeorge Fraser2020-05-101-5/+5
|
* Color sigil like keywordGeorge Fraser2020-05-101-1/+1
|
* Color lifetimes like typesGeorge Fraser2020-05-101-12/+4
|
* Import built-in textmate grammar, with no changesGeorge Fraser2020-05-101-0/+692