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 958958 ]
959959 },
960960 {
961- "comment" : " double-quoted raw strings and raw byte strings (no hash) " ,
961+ "comment" : " double-quoted raw strings and raw byte strings" ,
962962 "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)(#*)(\" )" ,
983964 "beginCaptures" : {
984965 "1" : {
985966 "name" : " string.quoted.byte.raw.rust"
991972 "name" : " punctuation.definition.string.rust"
992973 }
993974 },
994- "end" : " (\" )(#+ )" ,
975+ "end" : " (\" )(\\ 2 )" ,
995976 "endCaptures" : {
996977 "1" : {
997978 "name" : " punctuation.definition.string.rust"
You can’t perform that action at this time.
0 commit comments