mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-21 15:51:46 +00:00
Cleanup string handling in syntax highlighting
This commit is contained in:
parent
9200f77068
commit
8f319240b4
4 changed files with 27 additions and 58 deletions
|
@ -438,9 +438,9 @@ MacroExpr =
|
|||
Literal =
|
||||
Attr* value:(
|
||||
'@int_number' | '@float_number'
|
||||
| '@string' | '@raw_string'
|
||||
| '@byte_string' | '@raw_byte_string'
|
||||
| '@c_string' | '@raw_c_string'
|
||||
| '@string'
|
||||
| '@byte_string'
|
||||
| '@c_string'
|
||||
| '@char' | '@byte'
|
||||
| 'true' | 'false'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue