Skip to content

Commit

Permalink
Merge pull request #15 from AriesLL/master
Browse files Browse the repository at this point in the history
Create wdl.tmPreferences
  • Loading branch information
cjllanwarne authored Jul 6, 2018
2 parents 810fcf2 + 0cc8bd6 commit b4818fb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions wdl.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>WDL Comment</string>
<key>scope</key>
<string>source.wdl</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string># </string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>31509f93-e4f4-4a88-8fc6-82ff082e849d</string>
</dict>
</plist>

0 comments on commit b4818fb

Please sign in to comment.