Skip to content

Commit 6bd2050

Browse files
authored
Merge pull request atom#85 from tomchkk/correct-spelling
Correct scope name spelling in 'method-call' pattern
2 parents f013fd7 + cbb4def commit 6bd2050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/c#.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ repository:
912912
patterns: [
913913
{
914914
match: ","
915-
name: "punctuation.definition.seperator.parameter.cs"
915+
name: "punctuation.definition.separator.parameter.cs"
916916
}
917917
{
918918
include: "#code"

0 commit comments

Comments
 (0)