File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 21
21
{"include" : " #rust_escaped_character" }
22
22
]
23
23
},
24
+ {"name" : " string.quoted.doube.source.rust" ,
25
+ "begin" : " r##\" " ,
26
+ "end" : " \" ##"
27
+ },
24
28
{"name" : " meta.function.source.rust" ,
25
29
"match" : " \\ b(fn)\\ s+([a-zA-Z_][a-zA-Z0-9_]?[\\ w\\ :,+ \\ '<>]*)\\ s*(?:\\ ()" ,
26
30
"captures" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!DOCTYPE plist PUBLIC "-//Apple Computer //DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >fileTypes </key >
51
51
</dict >
52
52
</array >
53
53
</dict >
54
+ <dict >
55
+ <key >begin </key >
56
+ <string >r##" </string >
57
+ <key >end </key >
58
+ <string >"## </string >
59
+ <key >name </key >
60
+ <string >string.quoted.doube.source.rust </string >
61
+ </dict >
54
62
<dict >
55
63
<key >captures </key >
56
64
<dict >
You can’t perform that action at this time.
0 commit comments