Created
December 8, 2017 09:13
-
-
Save mortalis13/d1d5a60e243f96db319654d5dded6cbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- JSP comments for Sublime Text, the default comment is HTML-styled --> | |
| <!-- Put this file to the Packages/Java folder --> | |
| <?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>text.html.jsp</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_END</string> | |
| <key>value</key> | |
| <string> --%></string> | |
| </dict> | |
| </array> | |
| </dict> | |
| <key>uuid</key> | |
| <string>54444C7B-54D2-41F6-A817-AEE243C3D45A</string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment