File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,26 @@ contexts:
2626 inside-triple-quoted-raw-string-syntax :
2727 # required for sublimehq/Packages/pull/4547
2828 - meta_include_prototype : false
29- - include : immediately-pop
29+ - meta_scope : meta.string.cs string.quoted.double.block.cs
30+ - include : inside-verbatim-format-string-plain
31+
32+ inside-triple-quoted-raw-string-sql : []
3033
3134 inside-verbatim-string-syntax :
3235 # required for sublimehq/Packages/pull/4547
3336 - meta_include_prototype : false
34- - include : immediately-pop
37+ - meta_scope : meta.string.cs string.quoted.double.verbatim.cs
38+ - include : inside-verbatim-string-plain
39+
40+ inside-verbatim-string-sql : []
3541
3642 inside-verbatim-format-string-syntax :
3743 # required for sublimehq/Packages/pull/4547
3844 - meta_include_prototype : false
39- - include : immediately-pop
45+ - meta_scope : meta.string.interpolated.cs string.quoted.double.verbatim.cs
46+ - include : inside-verbatim-format-string-plain
47+
48+ inside-verbatim-format-string-sql : []
4049
4150 immediately-pop :
4251 # required before sublimehq/Packages/pull/4547
You can’t perform that action at this time.
0 commit comments