Color in as a control keyword
This commit is contained in:
@@ -408,7 +408,8 @@ fn highlight_element(
|
||||
| T![loop]
|
||||
| T![match]
|
||||
| T![return]
|
||||
| T![while] => h | HighlightModifier::ControlFlow,
|
||||
| T![while]
|
||||
| T![in] => h | HighlightModifier::ControlFlow,
|
||||
T![unsafe] => h | HighlightModifier::Unsafe,
|
||||
_ => h,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user