Skip to content

Commit 9f2ce8a

Browse files
authored
Merge pull request #22 from johnwatson484/master
2 parents ae28997 + 6b3a4e0 commit 9f2ce8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/csharp.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
"name": "keyword.other.namespace.cs"
520520
}
521521
},
522-
"end": "(?<=\\})",
522+
"end": "(?<=\\}|;)",
523523
"patterns": [
524524
{
525525
"include": "#comment"
@@ -4677,4 +4677,4 @@
46774677
}
46784678
}
46794679
}
4680-
}
4680+
}

0 commit comments

Comments
 (0)