File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 958
958
]
959
959
},
960
960
{
961
- "comment" : " double-quoted raw strings and raw byte strings (no hash) " ,
961
+ "comment" : " double-quoted raw strings and raw byte strings" ,
962
962
"name" : " string.quoted.double.rust" ,
963
- "begin" : " (b?r)(\" )" ,
964
- "beginCaptures" : {
965
- "1" : {
966
- "name" : " string.quoted.byte.raw.rust"
967
- },
968
- "2" : {
969
- "name" : " punctuation.definition.string.rust"
970
- }
971
- },
972
- "end" : " \" " ,
973
- "endCaptures" : {
974
- "0" : {
975
- "name" : " punctuation.definition.string.rust"
976
- }
977
- }
978
- },
979
- {
980
- "comment" : " double-quoted raw strings and raw byte strings (with hash)" ,
981
- "name" : " string.quoted.double.rust" ,
982
- "begin" : " (b?r)(#+)(\" )" ,
963
+ "begin" : " (b?r)(#*)(\" )" ,
983
964
"beginCaptures" : {
984
965
"1" : {
985
966
"name" : " string.quoted.byte.raw.rust"
991
972
"name" : " punctuation.definition.string.rust"
992
973
}
993
974
},
994
- "end" : " (\" )(#+ )" ,
975
+ "end" : " (\" )(\\ 2 )" ,
995
976
"endCaptures" : {
996
977
"1" : {
997
978
"name" : " punctuation.definition.string.rust"
You can’t perform that action at this time.
0 commit comments