Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
include:
- build: latest
packages: master
- build: stable
packages: binary
- build: 4107
# - build: stable
# packages: binary
- build: 4204
packages: binary
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: SublimeText/syntax-test-action@v2
with:
build: ${{ matrix.build }}
Expand Down
27 changes: 4 additions & 23 deletions syntax/embed/C# (for PowerShell).sublime-syntax
Original file line number Diff line number Diff line change
@@ -1,40 +1,21 @@
%YAML 1.2
---
scope: source.cs.embedded.powershell
# version: 2
version: 2
hidden: true

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

contexts:

inside_triple_quoted_raw_string_literal_syntax:
# <=ST4202
- meta_include_prototype: false
- include: immediately-pop

inside_long_string_syntax:
# <=ST4202
- meta_include_prototype: false
- include: immediately-pop

inside_long_format_string_syntax:
# <=ST4202
- meta_include_prototype: false
- include: immediately-pop

inside_triple_quoted_raw_string_syntax:
- meta_include_prototype: false
- include: immediately-pop
- include: immediately_pop

inside_verbatim_string_syntax:
- meta_include_prototype: false
- include: immediately-pop
- include: immediately_pop

inside_verbatim_format_string_syntax:
- meta_include_prototype: false
- include: immediately-pop

immediately-pop:
- match: ''
pop: 1
- include: immediately_pop