Skip to content

Commit

Permalink
Merge pull request #1 from tphalp/master
Browse files Browse the repository at this point in the history
Minor Modifications
  • Loading branch information
colinta committed Jan 20, 2012
2 parents ce5ac72 + 7d368ea commit 57dd85a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ApacheConf.tmLanguage
Expand Up @@ -809,5 +809,7 @@
</array>
<key>scopeName</key>
<string>source.apacheconf</string>
<key>uuid</key>
<string>8747d9e4-b308-4fc2-9aa1-66b6919bc7b9</string>
</dict>
</plist>
24 changes: 24 additions & 0 deletions Comments.tmPreferences
@@ -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>Comments</string>
<key>scope</key>
<string>source.apacheconf</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>8747d9e4-b308-4fc2-9aa1-66b6919bc7b9</string>
</dict>
</plist>

0 comments on commit 57dd85a

Please sign in to comment.