Skip to content

Commit

Permalink
actually add the file
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/XML.tmbundle@6632 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
jrus committed Feb 23, 2007
1 parent f2a3b3f commit 26af500
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Snippets/CDATA.tmSnippet
@@ -0,0 +1,16 @@
<?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>content</key>
<string>&lt;![CDATA[$0]]&gt;</string>
<key>name</key>
<string>CDATA</string>
<key>scope</key>
<string>text.xml</string>
<key>tabTrigger</key>
<string>cdata</string>
<key>uuid</key>
<string>D7194128-6995-4A8A-B10A-A68A13101AF8</string>
</dict>
</plist>

0 comments on commit 26af500

Please sign in to comment.