File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ add-highlighter shared/rust/code/macro regex \b\w+! 0:meta
94
94
# the number literals syntax is defined here:
95
95
# https://doc.rust-lang.org/reference/tokens.html#numb ers
96
96
add-highlighter shared/rust/code/values regex \b (?:self|true |false |[0 -9 ][_0-9 ]*(?:\.[0 -9 ][_0-9 ]*|(?:\.[0 -9 ][_0-9 ]*)?E[\+\-][_0-9 ]+)(?:f(?:32 |64 ))?|(?:0x[_0-9a-fA-F]+|0o[_0-7 ]+|0b[_01]+|[0 -9 ][_0-9 ]*)(?:(?:i|u|f)(?:8 |16 |32 |64 |128 |size))?)\b 0 :value
97
- add-highlighter shared/rust/code/char_character regex " '([^\\]|\\(.|x[0-9a-fA-F]{2}|u\{[0-9a-fA-F]{1,6}\}))'" 0 :green
97
+ add-highlighter shared/rust/code/char_character regex " '([^\\]|\\(.|x[0-9a-fA-F]{2}|u\{[0-9a-fA-F]{1,6}\}))'" 0 :value
98
98
# TODO highlight error for unicode or single escape by te character
99
- add-highlighter shared/rust/code/byte_character regex b ' ([\x00-\x5B\x5D-\x7F]|\\(.|x[0-9a-fA-F]{2}))' 0 :yellow
99
+ add-highlighter shared/rust/code/byte_character regex b ' ([\x00-\x5B\x5D-\x7F]|\\(.|x[0-9a-fA-F]{2}))' 0 :value
100
100
add-highlighter shared/rust/code/builtin_types regex \b (?:u8|u16|u32|u64|u128|usize|i8|i16|i32|i64|i128|isize|f32|f64|bool |char|str |Self)\b 0 :type
101
101
add-highlighter shared/rust/code/return regex \breturn\b 0 :meta
102
102
You can’t perform that action at this time.
0 commit comments