Skip to content

Commit

Permalink
Added .craft filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanJang committed Dec 4, 2014
1 parent 112bdd9 commit 68e8880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KSP configuration.JSON-tmLanguage
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// [PackageDev] target_format: plist, ext: tmLanguage
{
"name": "KSP configuration",
"scopeName": "text.cfg.sfs",
"fileTypes": ["cfg", "sfs"],
"scopeName": "text.cfg.craft.sfs",
"fileTypes": ["cfg", "craft", "sfs"],
"uuid": "2e22ffdc-c42e-4308-819d-c125852f1fb7",
"patterns": [
{
Expand Down
3 changes: 2 additions & 1 deletion KSP configuration.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<key>fileTypes</key>
<array>
<string>cfg</string>
<string>craft</string>
<string>sfs</string>
</array>
<key>name</key>
Expand Down Expand Up @@ -101,7 +102,7 @@
</dict>
</array>
<key>scopeName</key>
<string>text.cfg.sfs</string>
<string>text.cfg.craft.sfs</string>
<key>uuid</key>
<string>2e22ffdc-c42e-4308-819d-c125852f1fb7</string>
</dict>
Expand Down

0 comments on commit 68e8880

Please sign in to comment.