Closed tomchkk closed 7 years ago
Corrected spelling of separator portion of scope name in method-call pattern:
method-call
Before
"method-call": ... patterns: [ { match: "," name: "punctuation.definition.seperator.parameter.cs" }
After
"method-call": ... patterns: [ { match: "," name: "punctuation.definition.separator.parameter.cs" }
All other occurrences of this scope name have the correct spelling of separator.
Consistent spelling of scope names.
Will affect code trying to match incorrectly spelled scope.
n/a
Description of the Change
Corrected spelling of separator portion of scope name in
method-call
pattern:Before
After
Alternate Designs
All other occurrences of this scope name have the correct spelling of separator.
Benefits
Consistent spelling of scope names.
Possible Drawbacks
Will affect code trying to match incorrectly spelled scope.
Applicable Issues
n/a