Skip to content

Commit

Permalink
Added .ctp extension, used in CakePHP 1.2.
Browse files Browse the repository at this point in the history
git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/HTML.tmbundle@8833 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
msheets committed Feb 4, 2008
1 parent 0c2cd2b commit ff8c065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Syntaxes/HTML.plist
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>fileTypes</key> <key>fileTypes</key>
Expand All @@ -13,6 +13,7 @@
<string>inc</string> <string>inc</string>
<string>tmpl</string> <string>tmpl</string>
<string>tpl</string> <string>tpl</string>
<string>ctp</string>
</array> </array>
<key>firstLineMatch</key> <key>firstLineMatch</key>
<string>&lt;!DOCTYPE|&lt;(?i:html)|&lt;\?(?i:php)</string> <string>&lt;!DOCTYPE|&lt;(?i:html)|&lt;\?(?i:php)</string>
Expand Down

0 comments on commit ff8c065

Please sign in to comment.