Skip to content

Commit

Permalink
Sublime Text syntax: Change root scope name to be markup.ink rather t…
Browse files Browse the repository at this point in the history
…han source.ink, so that it doesn't use hanging indents by default
  • Loading branch information
joethephish committed Mar 26, 2016
1 parent 4887f5a commit 7222bb2
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
@@ -1,7 +1,7 @@
# [PackageDev] target_format: plist, ext: tmLanguage
---
name: ink
scopeName: source.ink
scopeName: markup.ink
fileTypes: [ink, ink2]
uuid: 5a0f60ba-87b8-4fa9-854c-6bf41f74bd98

Expand Down
2 changes: 1 addition & 1 deletion Sublime3Syntax/ink.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
</dict>
</dict>
<key>scopeName</key>
<string>source.ink</string>
<string>markup.ink</string>
<key>uuid</key>
<string>5a0f60ba-87b8-4fa9-854c-6bf41f74bd98</string>
</dict>
Expand Down

0 comments on commit 7222bb2

Please sign in to comment.