Skip to content

Commit 0e1921d

Browse files
committed
Update C# extension to version: 2 (#220)
See sublimehq/Packages#4504
1 parent 4d9b262 commit 0e1921d

2 files changed

Lines changed: 8 additions & 27 deletions

File tree

.github/workflows/syntax.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
include:
3535
- build: latest
3636
packages: master
37-
- build: stable
38-
packages: binary
39-
- build: 4107
37+
# - build: stable
38+
# packages: binary
39+
- build: 4204
4040
packages: binary
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- uses: SublimeText/syntax-test-action@v2
4444
with:
4545
build: ${{ matrix.build }}
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)