Skip to content

Commit

Permalink
[C#] improvements from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-hall committed Aug 19, 2021
1 parent bac17fc commit d929b3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions C#/C#.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -1366,8 +1366,8 @@ contexts:
- match: (?=\()
branch_point: tuple_or_group
branch:
- group-begin
- tuple-begin
- group_begin
- tuple_begin
- match: \{
scope: punctuation.section.block.begin.cs
set:
Expand All @@ -1378,13 +1378,13 @@ contexts:
- match: (?=[]}>,]|{{reserved}})
pop: true

group-begin:
group_begin:
- meta_include_prototype: false
- match: \(
scope: punctuation.section.group.begin.cs
set: group

tuple-begin:
tuple_begin:
- meta_include_prototype: false
- match: \(
scope: punctuation.section.sequence.begin.cs
Expand Down Expand Up @@ -1457,7 +1457,7 @@ contexts:

function_call_arguments:
- meta_content_scope: meta.function-call.cs meta.group.cs
- match: '\)'
- match: \)
scope: meta.function-call.cs meta.group.cs punctuation.section.group.end.cs
pop: true
- match: ''
Expand Down

0 comments on commit d929b3a

Please sign in to comment.