Skip to content

Commit 6b3a4e0

Browse files
committed
Support file scoped namespaces
1 parent ae28997 commit 6b3a4e0

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)