Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Reinstate toggle comment and toggle block comment commands.
Browse files Browse the repository at this point in the history
This reverts commit 1a1c7fa, which was an accident.

Signed-off-by: yrammos <yannis.rammos@me.com>
  • Loading branch information
yrammos committed May 21, 2014
1 parent 1a1c7fa commit 3acab20
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions SubLilyPond.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?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.lilypond</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>% </string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_START_2</string>
<key>value</key>
<string>%{</string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_END_2</string>
<key>value</key>
<string>%}</string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>B1943274-37D6-46AA-8ADC-37664D0E25F1</string>
</dict>
</plist>

0 comments on commit 3acab20

Please sign in to comment.