Skip to content

Commit

Permalink
update theme w/ valid xml
Browse files Browse the repository at this point in the history
- replaced '&' characters in description with 'and'
- moved initial comment after the xml declaration
  • Loading branch information
robwala committed Mar 13, 2014
1 parent 6470801 commit f859253
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dreamweaver (Classic).tmTheme
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Enhanced HTML and CFML - Rich syntax highlighting of Coldfusion CFML and HTML in Sublime Text 2
Copyright (C) 2012 Siddley
Expand All @@ -10,8 +11,6 @@ You should have received a copy of the GNU General Public License along with thi
Siddley can be contacted at <https://github.com/Siddley/Enhanced.HTML.CFML>
-->

<?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>
Expand Down Expand Up @@ -120,7 +119,7 @@ Siddley can be contacted at <https://github.com/Siddley/Enhanced.HTML.CFML>
<string>#950000</string><!-- burnt umber -->
</dict>
</dict>
<!-- sgml & doctype tags -->
<!-- sgml and doctype tags -->
<dict>
<key>name</key>
<string>html: doctype</string>
Expand All @@ -134,7 +133,7 @@ Siddley can be contacted at <https://github.com/Siddley/Enhanced.HTML.CFML>
<string>#0080ff</string><!-- aqua -->
</dict>
</dict>
<!-- xml & html tags -->
<!-- xml and html tags -->
<dict>
<key>name</key>
<string>xml: html: tags</string>
Expand Down Expand Up @@ -329,7 +328,7 @@ Siddley can be contacted at <https://github.com/Siddley/Enhanced.HTML.CFML>
<!-- illegal or invalid characters -->
<dict>
<key>name</key>
<string>cfml: invalid illegal</string>
<string>cfml: invalid - illegal</string>
<key>scope</key>
<string>meta.scope.between-output-tags.cfml invalid.illegal.unescaped.hash, meta.scope.between-mail-tags.cfml invalid.illegal.unescaped.hash</string>
<key>settings</key>
Expand Down Expand Up @@ -387,7 +386,7 @@ Siddley can be contacted at <https://github.com/Siddley/Enhanced.HTML.CFML>
<!-- invalid code -->
<dict>
<key>name</key>
<string>generic: invalid deprecated</string>
<string>generic: invalid - deprecated</string>
<key>scope</key>
<string>invalid.deprecated</string>
<key>settings</key>
Expand Down Expand Up @@ -1002,7 +1001,7 @@ Siddley can be contacted at <https://github.com/Siddley/Enhanced.HTML.CFML>
</dict>
<dict>
<key>name</key>
<string>json: invalid illegal</string>
<string>json: invalid - illegal</string>
<key>scope</key>
<string>invalid.illegal.unrecognized-string-escape.json, invalid.illegal.expected-dictionary-separator.json, invalid.illegal.expected-array-separator.json</string>
<key>settings</key>
Expand Down

0 comments on commit f859253

Please sign in to comment.