Skip to content

Commit

Permalink
Change scope for stitch names to entity.name.stitch
Browse files Browse the repository at this point in the history
  • Loading branch information
sequitur committed Oct 8, 2017
1 parent 8640e20 commit 4576e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sublime3Syntax/ink.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ patterns:
- match: ^\s*(=)\s*(\w+)\s*(\([^)\n]*\))?\s*$
captures:
'1': {name: markup.punctuation}
'2': {name: entity.name.knot}
'2': {name: entity.name.stitch}
'3': {name: variable.parameter}
name: meta.stitch.declaration

Expand Down
2 changes: 1 addition & 1 deletion Sublime3Syntax/ink.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.knot</string>
<string>entity.name.stitch</string>
</dict>
<key>3</key>
<dict>
Expand Down

0 comments on commit 4576e53

Please sign in to comment.