File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
"match" : " \\ b(EXIT_FAILURE|EXIT_SUCCESS|RAND_MAX|EOF|SEEK_SET|SEEK_CUR|SEEK_END|_IOFBF|_IONBF|_IOLBF|BUFSIZ|FOPEN_MAX|FILENAME_MAX|L_tmpnam|TMP_MAX|O_RDONLY|O_WRONLY|O_RDWR|O_APPEND|O_CREAT|O_EXCL|O_TRUNC|S_IFIFO|S_IFCHR|S_IFBLK|S_IFDIR|S_IFREG|S_IFMT|S_IEXEC|S_IWRITE|S_IREAD|S_IRWXU|S_IXUSR|S_IWUSR|S_IRUSR|F_OK|R_OK|W_OK|X_OK|STDIN_FILENO|STDOUT_FILENO|STDERR_FILENO)\\ b"
67
67
},
68
68
{"name" : " comment.block.attribute.rust" ,
69
- "begin" : " #\\ [" ,
69
+ "begin" : " #!? \\ [" ,
70
70
"end" : " \\ ]" ,
71
71
"patterns" : [
72
72
{ "name" : " string.quoted.double" ,
102
102
"match" : " (=>)|(->)|[-:=*,!.+|%/&~@<>;]"
103
103
},
104
104
{"name" : " support.function.rust" ,
105
- "match" : " _ "
105
+ "match" : " \\ b_ \\ b "
106
106
},
107
107
{"name" : " support.function.rust" ,
108
108
"match" : " \\ b(\\ w+)\\ b(?=\\ ()"
Original file line number Diff line number Diff line change 166
166
</dict >
167
167
<dict >
168
168
<key >begin </key >
169
- <string >#\[ </string >
169
+ <string >#!? \[ </string >
170
170
<key >end </key >
171
171
<string >\] </string >
172
172
<key >name </key >
237
237
</dict >
238
238
<dict >
239
239
<key >match </key >
240
- <string >_ </string >
240
+ <string >\b_\b </string >
241
241
<key >name </key >
242
242
<string >support.function.rust </string >
243
243
</dict >
You can’t perform that action at this time.
0 commit comments