From 7f75d5094566369134d5075aa4e2a959ddf2cc07 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Mon, 30 Mar 2026 21:06:52 +0200 Subject: [PATCH] Add new context names for refactored C# strings --- .../embed/C# (for PowerShell).sublime-syntax | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/syntax/embed/C# (for PowerShell).sublime-syntax b/syntax/embed/C# (for PowerShell).sublime-syntax index 4d2c0b5..77977fd 100644 --- a/syntax/embed/C# (for PowerShell).sublime-syntax +++ b/syntax/embed/C# (for PowerShell).sublime-syntax @@ -9,12 +9,30 @@ 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 + + inside_verbatim_string_syntax: + - meta_include_prototype: false + - include: immediately-pop + + inside_verbatim_format_string_syntax: + - meta_include_prototype: false - include: immediately-pop immediately-pop: