Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated for Coda 2 #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?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="0.1">
<dict>
<key>CFBundleIdentifier</key>
<string>SEEMode.CoffeeScript</string> <!-- Change bundle identifier. Must start with "SEEMode." -->
<key>CFBundleName</key>
<string>CoffeeScript</string> <!-- Change bundle name. -->
<dict>
<key>CFBundleIdentifier</key>
<string>SEEMode.CoffeeScript</string>
<key>CFBundleName</key>
<string>CoffeeScript</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>CFBundleVersion</key>
<string>0.1</string>
<string>0.1</string>
<key>CFBundleVersion</key>
<string>0.1</string>
<key>CFBundleGetInfoString</key>
<string>0.1, Copyright Sean Durham 2010</string> <!-- Change author. -->
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
</dict>
<string>0.1, Copyright Sean Durham 2010 (revised for Coda 2 by Bastiaan van de Weerd)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
</dict>
</plist>
6 changes: 0 additions & 6 deletions Contents/Resources/AutocompleteAdditions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
these
strings
are added
to the
autocomplete
dictionary
11 changes: 4 additions & 7 deletions Contents/Resources/RegexSymbols.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<symbols>

<blocks>
<beginregex>{</beginregex>
<endregex>}</endregex>
</blocks>

<symbol id="Classes" image="SymbolC" indentation="0" ignoreblocks="yes">
<regex>(?&lt;=[\n\r]|^)[ \t]*class[ \t]+(?:[\w\d_\$]+\.)*([\w\d_\$]+)[ \t]*(?:\([^\)]*\))?[ \t]*</regex>
</symbol>

<symbol id="Functions" image="SymbolF()" indentation="1" ignoreblocks="yes">
<regex>(?&lt;=[\n\r]|^)[ \t]*(@*[\w\d_\$]+)[ \t]*[: =][ \t]*\(?[\w\d\s,]*\)?[ \t]+[-=]></regex>
<regex>(?&lt;=[\n\r]|^)[ \t]*(@*[\w\d_\$]+)[ \t]*[: =]\s*(?:\([^\n]*?\))?\s*[\-=]&gt;</regex>
</symbol>

<!-- STUDIO -->

<symbol id="Pragma marks" font-weight="normal" font-style="normal" image="SymbolMark" indentation="0" ignoreblocks="no" show-in-comments="yes">
<regex># !([^\n\r]+)</regex>
</symbol>

</symbols>
Loading