Skip to content

Commit 08f5cb4

Browse files
committed
Use common immediately-pop override
1 parent 341fbb8 commit 08f5cb4

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

syntax/embed/C# (for PowerShell).sublime-syntax

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,37 @@ extends: Packages/C#/C#.sublime-syntax
99
contexts:
1010

1111
inside_triple_quoted_raw_string_syntax:
12+
# required before sublimehq/Packages/pull/4547
1213
- meta_include_prototype: false
13-
- match: ''
14-
pop: 1
14+
- include: immediately-pop
1515

1616
inside_verbatim_string_syntax:
17+
# required before sublimehq/Packages/pull/4547
1718
- meta_include_prototype: false
18-
- match: ''
19-
pop: 1
19+
- include: immediately-pop
2020

2121
inside_verbatim_format_string_syntax:
22+
# required before sublimehq/Packages/pull/4547
2223
- meta_include_prototype: false
23-
- match: ''
24-
pop: 1
24+
- include: immediately-pop
2525

2626
inside-triple-quoted-raw-string-syntax:
27+
# required for sublimehq/Packages/pull/4547
2728
- meta_include_prototype: false
28-
- match: ''
29-
pop: 1
29+
- include: immediately-pop
3030

3131
inside-verbatim-string-syntax:
32+
# required for sublimehq/Packages/pull/4547
3233
- meta_include_prototype: false
33-
- match: ''
34-
pop: 1
34+
- include: immediately-pop
3535

3636
inside-verbatim-format-string-syntax:
37+
# required for sublimehq/Packages/pull/4547
38+
- meta_include_prototype: false
39+
- include: immediately-pop
40+
41+
immediately-pop:
42+
# required before sublimehq/Packages/pull/4547
3743
- meta_include_prototype: false
3844
- match: ''
3945
pop: 1

0 commit comments

Comments
 (0)