Skip to content

Commit b55fba4

Browse files
committed
Revert "Tweak Razor pop level"
This reverts commit a1bac22.
1 parent b49b264 commit b55fba4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/syntax.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
- build: 4200
28-
packages: binary
29-
- build: 4157
30-
packages: binary
27+
- build: latest
28+
packages: master
29+
- build: stable
30+
packages: master
31+
# - build: 4201
32+
# packages: binary
3133
steps:
3234
- uses: actions/checkout@v4
3335
- uses: SublimeText/syntax-test-action@v2

Razor/embeddings/C# (for C# Razor HTML attribute).sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ contexts:
1010
main:
1111
- meta_prepend: true
1212
- match: (?=")
13-
pop: 1
13+
pop: 3
1414

1515
line_of_code_in:
1616
- meta_prepend: true
1717
- match: (?=")
18-
pop: 1
18+
pop: 3

0 commit comments

Comments
 (0)