File tree Expand file tree Collapse file tree 1 file changed +76
-0
lines changed Expand file tree Collapse file tree 1 file changed +76
-0
lines changed Original file line number Diff line number Diff line change 202
202
</dict >
203
203
</array >
204
204
</dict >
205
+ <dict >
206
+ <key >begin </key >
207
+ <string >(^|\G)\s*([`~]{3,})\s*(coffee)\s*$ </string >
208
+ <key >beginCaptures </key >
209
+ <dict >
210
+ <key >2 </key >
211
+ <dict >
212
+ <key >name </key >
213
+ <string >punctuation.definition.raw.begin.markdown </string >
214
+ </dict >
215
+ <key >3 </key >
216
+ <dict >
217
+ <key >name </key >
218
+ <string >storage.type.language.markdown </string >
219
+ </dict >
220
+ </dict >
221
+ <key >contentName </key >
222
+ <string >source.coffee </string >
223
+ <key >end </key >
224
+ <string >(^|\G)\s*(\2)\n? </string >
225
+ <key >endCaptures </key >
226
+ <dict >
227
+ <key >2 </key >
228
+ <dict >
229
+ <key >name </key >
230
+ <string >punctuation.definition.raw.end.markdown </string >
231
+ </dict >
232
+ </dict >
233
+ <key >name </key >
234
+ <string >markup.raw.block.coffee </string >
235
+ <key >patterns </key >
236
+ <array >
237
+ <dict >
238
+ <key >include </key >
239
+ <string >source.coffee </string >
240
+ </dict >
241
+ </array >
242
+ </dict >
205
243
<dict >
206
244
<key >begin </key >
207
245
<string >(^|\G)\s*([`~]{3,})\s*(dot|gv)\s*$ </string >
886
924
</dict >
887
925
</array >
888
926
</dict >
927
+ <dict >
928
+ <key >begin </key >
929
+ <string >(^|\G)\s*([`~]{3,})\s*(sass)\s*$ </string >
930
+ <key >beginCaptures </key >
931
+ <dict >
932
+ <key >2 </key >
933
+ <dict >
934
+ <key >name </key >
935
+ <string >punctuation.definition.raw.begin.markdown </string >
936
+ </dict >
937
+ <key >3 </key >
938
+ <dict >
939
+ <key >name </key >
940
+ <string >storage.type.language.markdown </string >
941
+ </dict >
942
+ </dict >
943
+ <key >contentName </key >
944
+ <string >source.sass </string >
945
+ <key >end </key >
946
+ <string >(^|\G)\s*(\2)\n? </string >
947
+ <key >endCaptures </key >
948
+ <dict >
949
+ <key >2 </key >
950
+ <dict >
951
+ <key >name </key >
952
+ <string >punctuation.definition.raw.end.markdown </string >
953
+ </dict >
954
+ </dict >
955
+ <key >name </key >
956
+ <string >markup.raw.block.sass </string >
957
+ <key >patterns </key >
958
+ <array >
959
+ <dict >
960
+ <key >include </key >
961
+ <string >source.sass </string >
962
+ </dict >
963
+ </array >
964
+ </dict >
889
965
<dict >
890
966
<key >begin </key >
891
967
<string >(^|\G)\s*([`~]{3,})\s*(php|inc)\s*$ </string >
You can’t perform that action at this time.
0 commit comments