File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ contexts:
439439 4 : constant.language.flags.coffee
440440
441441 heredoc-pattern-body :
442- - meta_scope : meta.string.regexp .coffee
442+ - meta_scope : meta.string.heredoc .coffee
443443 - meta_content_scope : string.regexp.coffee
444444 - match : (/{3})([imgy]{0,4})
445445 captures :
Original file line number Diff line number Diff line change 99 <key >name </key >
1010 <string >Interpolated Code </string >
1111 <key >scope </key >
12- <string >(string.quoted.double.coffee) - string source, (string.quoted.double.heredoc.coffee) - string source </string >
12+ <string >
13+ source.coffee meta.string string.quoted.double,
14+ source.coffee meta.string.heredoc string.regexp
15+ </string >
1316 <key >tabTrigger </key >
1417 <string ># </string >
1518</dict >
Original file line number Diff line number Diff line change @@ -491,16 +491,16 @@ class App.Router extends Snakeskin.Router
491491 ///
492492# <- - meta.string
493493# ^ - meta.string
494- # ^^^ meta.string.regexp .coffee punctuation.definition.string.begin.coffee
495- # ^ meta.string.regexp .coffee string.regexp.coffee
494+ # ^^^ meta.string.heredoc .coffee punctuation.definition.string.begin.coffee
495+ # ^ meta.string.heredoc .coffee string.regexp.coffee
496496 \. #{ var }
497- # ^^^^^^^^^^^ meta.string.regexp .coffee
497+ # ^^^^^^^^^^^ meta.string.heredoc .coffee
498498# ^^ string.regexp.coffee constant.character.escape.coffee
499499# ^^^^^^ meta.embedded.coffee source.coffee.embedded.source
500500 ///
501- # <- meta.string.regexp .coffee string.regexp.coffee
502- # ^ meta.string.regexp .coffee string.regexp.coffee
503- # ^^^ meta.string.regexp .coffee punctuation.definition.string.end.coffee
501+ # <- meta.string.heredoc .coffee string.regexp.coffee
502+ # ^ meta.string.heredoc .coffee string.regexp.coffee
503+ # ^^^ meta.string.heredoc .coffee punctuation.definition.string.end.coffee
504504
505505 / [0-9 ] bar/ img
506506# ^^^^^^^^^^^^^ meta.string.regexp.coffee
You can’t perform that action at this time.
0 commit comments