aboutsummaryrefslogtreecommitdiff
path: root/editors/code/rust.tmGrammar.json
Commit message (Collapse)AuthorAgeFilesLines
* ensure word boundary after `true`Dusty Pomerleau2020-11-211-1/+1
|
* fix: prevent `/**/` from matching block doc commentsDusty Pomerleau2020-11-091-5/+10
|
* vscode: fix tmGrammar issues around non-controlflow keywordscynecx2020-11-071-7/+7
|
* allow variables to terminate rangesDusty Pomerleau2020-11-071-1/+1
|
* precedence fixes:Dusty Pomerleau2020-11-071-7/+7
| | | | | - prevent `pat` from matching before `path` in metavariable types - reduce the precedence of math operators so that assignment operators match correctly
* add `+=` to assignment operatorsDusty Pomerleau2020-11-061-1/+1
|
* fix: distinguish turbofish function calls from namespacesDusty Pomerleau2020-11-031-0/+60
|
* fix: allow functions without curly bracketsDusty Pomerleau2020-11-031-1/+1
|
* fix: allow comments in attributesDusty Pomerleau2020-11-021-0/+6
|
* fix: narrow the case where angle brackets are seen as comparison operatorsDusty Pomerleau2020-10-261-1/+19
|
* fix: underscores, raw IDsDusty Pomerleau2020-10-241-16/+17
| | | | | | - remove comment scope from ignored params - underscores will automatically receive variable/param scope - add raw ID syntax to modules, functions, and variables
* 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