diff --git a/.github/workflows/syntax.yml b/.github/workflows/syntax.yml index 7531ebe3..29618b30 100644 --- a/.github/workflows/syntax.yml +++ b/.github/workflows/syntax.yml @@ -34,12 +34,12 @@ jobs: include: - build: latest packages: master - - build: stable - packages: binary - - build: 4107 - packages: binary + # - build: stable + # packages: binary + # - build: 4107 + # packages: binary steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: SublimeText/syntax-test-action@v2 with: build: ${{ matrix.build }} diff --git a/syntax/embed/C# (for PowerShell).sublime-syntax b/syntax/embed/C# (for PowerShell).sublime-syntax index 77977fd6..4eb40f24 100644 --- a/syntax/embed/C# (for PowerShell).sublime-syntax +++ b/syntax/embed/C# (for PowerShell).sublime-syntax @@ -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