Skip to content

Commit

Permalink
TextMate bug: recognize codeblocks with curly braces in switch statem…
Browse files Browse the repository at this point in the history
…ents (dotnet#11397)
  • Loading branch information
jordi1215 authored Jan 16, 2025
1 parent a88b516 commit 9b1e979
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,9 @@
{
"include": "source.cs#switch-label"
},
{
"include": "#csharp-code-block"
},
{
"include": "#razor-codeblock-body"
}
Expand Down

0 comments on commit 9b1e979

Please sign in to comment.