File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ patterns:
1313# Comments
1414- comment : Block comment
1515 name : comment.block
16- begin : \ /\*
17- end : \*\ /
16+ begin : /\*
17+ end : \*/
1818
1919- comment : Line comment
2020 name : comment.double-slash
21- match : \/\ /.*$
21+ match : / /.*$
2222
2323- comment : Line comment
2424 name : comment.double-dash
25- match : \-\ -.*$
25+ match : - -.*$
2626
2727# Invalids
2828- comment : Invalid characters
Original file line number Diff line number Diff line change 1212 <array >
1313 <dict >
1414 <key >begin </key >
15- <string >\ /\* </string >
15+ <string >/\* </string >
1616 <key >comment </key >
1717 <string >Block comment </string >
1818 <key >end </key >
19- <string >\*\ / </string >
19+ <string >\*/ </string >
2020 <key >name </key >
2121 <string >comment.block </string >
2222 </dict >
2323 <dict >
2424 <key >comment </key >
2525 <string >Line comment </string >
2626 <key >match </key >
27- <string >\/\ /.*$ </string >
27+ <string >/ /.*$ </string >
2828 <key >name </key >
2929 <string >comment.double-slash </string >
3030 </dict >
3131 <dict >
3232 <key >comment </key >
3333 <string >Line comment </string >
3434 <key >match </key >
35- <string >\-\ -.*$ </string >
35+ <string >- -.*$ </string >
3636 <key >name </key >
3737 <string >comment.double-dash </string >
3838 </dict >
You can’t perform that action at this time.
0 commit comments