Skip to content

Commit a75649e

Browse files
[C#] Simplify regex argument push
Co-authored-by: deathaxe <16542113+deathaxe@users.noreply.github.com>
1 parent f25b505 commit a75649e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

C#/C#.sublime-syntax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,8 +2164,7 @@ contexts:
21642164

21652165
regex_arguments:
21662166
- match: (?=[@$]*")
2167-
push:
2168-
- include: regex_string
2167+
push: regex_string
21692168
- include: arguments
21702169

21712170
arguments:

0 commit comments

Comments
 (0)