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:
439
439
4 : constant.language.flags.coffee
440
440
441
441
heredoc-pattern-body :
442
- - meta_scope : meta.string.regexp .coffee
442
+ - meta_scope : meta.string.heredoc .coffee
443
443
- meta_content_scope : string.regexp.coffee
444
444
- match : (/{3})([imgy]{0,4})
445
445
captures :
Original file line number Diff line number Diff line change 9
9
<key >name </key >
10
10
<string >Interpolated Code </string >
11
11
<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 >
13
16
<key >tabTrigger </key >
14
17
<string ># </string >
15
18
</dict >
Original file line number Diff line number Diff line change @@ -491,16 +491,16 @@ class App.Router extends Snakeskin.Router
491
491
///
492
492
# <- - meta.string
493
493
# ^ - 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
496
496
\. #{ var }
497
- # ^^^^^^^^^^^ meta.string.regexp .coffee
497
+ # ^^^^^^^^^^^ meta.string.heredoc .coffee
498
498
# ^^ string.regexp.coffee constant.character.escape.coffee
499
499
# ^^^^^^ meta.embedded.coffee source.coffee.embedded.source
500
500
///
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
504
504
505
505
/ [0-9 ] bar/ img
506
506
# ^^^^^^^^^^^^^ meta.string.regexp.coffee
You can’t perform that action at this time.
0 commit comments