Skip to content

Commit 529120d

Browse files
committed
Bump C# extension to version: 2
See sublimehq/Packages#4504
1 parent d7e0d7c commit 529120d

1 file changed

Lines changed: 4 additions & 23 deletions

File tree

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,21 @@
11
%YAML 1.2
22
---
33
scope: source.cs.embedded.powershell
4-
# version: 2
4+
version: 2
55
hidden: true
66

77
extends: Packages/C#/C#.sublime-syntax
88

99
contexts:
1010

11-
inside_triple_quoted_raw_string_literal_syntax:
12-
# <=ST4202
13-
- meta_include_prototype: false
14-
- include: immediately-pop
15-
16-
inside_long_string_syntax:
17-
# <=ST4202
18-
- meta_include_prototype: false
19-
- include: immediately-pop
20-
21-
inside_long_format_string_syntax:
22-
# <=ST4202
23-
- meta_include_prototype: false
24-
- include: immediately-pop
25-
2611
inside_triple_quoted_raw_string_syntax:
2712
- meta_include_prototype: false
28-
- include: immediately-pop
13+
- include: immediately_pop
2914

3015
inside_verbatim_string_syntax:
3116
- meta_include_prototype: false
32-
- include: immediately-pop
17+
- include: immediately_pop
3318

3419
inside_verbatim_format_string_syntax:
3520
- meta_include_prototype: false
36-
- include: immediately-pop
37-
38-
immediately-pop:
39-
- match: ''
40-
pop: 1
21+
- include: immediately_pop

0 commit comments

Comments
 (0)