Skip to content

Commit

Permalink
[C#] remove unnecessary capture group
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-hall committed Aug 18, 2021
1 parent c9703f9 commit bac17fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions C#/C#.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -1525,9 +1525,8 @@ contexts:
scope: punctuation.section.sequence.begin.cs
set:
- meta_scope: meta.sequence.tuple.cs
- match: (\))
captures:
1: punctuation.section.sequence.end.cs
- match: \)
scope: punctuation.section.sequence.end.cs
pop: true
- match: ','
scope: punctuation.separator.sequence.cs
Expand Down

0 comments on commit bac17fc

Please sign in to comment.