diff --git a/Snippets/.tmSnippet b/Snippets/.tmSnippet
index 5d8a643..4bec733 100644
--- a/Snippets/.tmSnippet
+++ b/Snippets/.tmSnippet
@@ -3,10 +3,10 @@
content
- <!DOCTYPE HTML>
+ <!DOCTYPE html>
$0
name
- <!DOCTYPE HTML>
+ <!DOCTYPE html>
scope
text.html
tabTrigger
diff --git a/Snippets/.tmSnippet b/Snippets/.tmSnippet
index d1155af..4744913 100644
--- a/Snippets/.tmSnippet
+++ b/Snippets/.tmSnippet
@@ -3,7 +3,7 @@
content
- <blockquote${1: cite="${2:http://example.com/facts}"}}>
+ <blockquote${1: cite="${2:http://example.com/facts}"}>
$3
</blockquote>$0
name
diff --git a/Snippets/.tmSnippet b/Snippets/.tmSnippet
index 4f5877c..8d8602e 100644
--- a/Snippets/.tmSnippet
+++ b/Snippets/.tmSnippet
@@ -3,7 +3,7 @@
content
- <input type="text" name="$2" value="$3"${TM_POLYGLOT}>$0
+ <input name="$2" value="$3"${TM_POLYGLOT}>$0
name
<input type=text>
scope
diff --git a/Snippets/Google AJAX Libraries: Chrome Frame.tmSnippet b/Snippets/Google AJAX Libraries: Chrome Frame.tmSnippet
new file mode 100644
index 0000000..58f2ac3
--- /dev/null
+++ b/Snippets/Google AJAX Libraries: Chrome Frame.tmSnippet
@@ -0,0 +1,16 @@
+
+
+
+
+ content
+ <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/${1:1}/CFInstall${2:.min}.js"></script>
+ name
+ Google AJAX Libraries: Chrome Frame
+ scope
+ text.html
+ tabTrigger
+ cf
+ uuid
+ 8415F03D-0CE4-4478-808B-65ED611D5BCD
+
+
diff --git a/Snippets/Google AJAX Libraries: Dojo.tmSnippet b/Snippets/Google AJAX Libraries: Dojo.tmSnippet
index 0f70084..12ed560 100644
--- a/Snippets/Google AJAX Libraries: Dojo.tmSnippet
+++ b/Snippets/Google AJAX Libraries: Dojo.tmSnippet
@@ -3,7 +3,7 @@
content
- <script src="http://ajax.googleapis.com/ajax/libs/dojo/${1:1.3}/dojo/dojo.xd.js${2:.uncompressed.js}"></script>
+ <script src="http://ajax.googleapis.com/ajax/libs/dojo/${1:1.4}/dojo/dojo.xd.js${2:.uncompressed.js}"></script>
name
Google AJAX Libraries: Dojo
scope
diff --git a/Snippets/Google AJAX Libraries: MooTools.tmSnippet b/Snippets/Google AJAX Libraries: MooTools.tmSnippet
index 04689ef..333a198 100644
--- a/Snippets/Google AJAX Libraries: MooTools.tmSnippet
+++ b/Snippets/Google AJAX Libraries: MooTools.tmSnippet
@@ -3,7 +3,7 @@
content
- <script src="http://ajax.googleapis.com/ajax/libs/mootools/${1:1.2.3}/mootools${2:-yui-compressed}.js"></script>
+ <script src="http://ajax.googleapis.com/ajax/libs/mootools/${1:1.2}/mootools${2:-yui-compressed}.js"></script>
name
Google AJAX Libraries: MooTools
scope
diff --git a/Snippets/Google AJAX Libraries: WebFont Loader.tmSnippet b/Snippets/Google AJAX Libraries: WebFont Loader.tmSnippet
new file mode 100644
index 0000000..7fa04dc
--- /dev/null
+++ b/Snippets/Google AJAX Libraries: WebFont Loader.tmSnippet
@@ -0,0 +1,16 @@
+
+
+
+
+ content
+ <script src="http://ajax.googleapis.com/ajax/libs/webfont/${1:1}/webfont${2:_debug}.js"></script>
+ name
+ Google AJAX Libraries: WebFont Loader
+ scope
+ text.html
+ tabTrigger
+ wf
+ uuid
+ CEF25D24-ED3B-445E-890E-124984B1C842
+
+
diff --git a/Snippets/Google AJAX Libraries: YUI!.tmSnippet b/Snippets/Google AJAX Libraries: YUI!.tmSnippet
index f60eb75..45f6253 100644
--- a/Snippets/Google AJAX Libraries: YUI!.tmSnippet
+++ b/Snippets/Google AJAX Libraries: YUI!.tmSnippet
@@ -3,7 +3,7 @@
content
- <script src="http://ajax.googleapis.com/ajax/libs/yui/${1:2.7}/build/yuiloader/yuiloader${2:-min}.js"></script>
+ <script src="http://ajax.googleapis.com/ajax/libs/yui/${1:2.8}/build/yuiloader/yuiloader${2:-min}.js"></script>
name
Google AJAX Libraries: YUI!
scope
diff --git a/Snippets/Google AJAX Libraries: jQuery UI.tmSnippet b/Snippets/Google AJAX Libraries: jQuery UI.tmSnippet
index b3ff08b..1fbbf74 100644
--- a/Snippets/Google AJAX Libraries: jQuery UI.tmSnippet
+++ b/Snippets/Google AJAX Libraries: jQuery UI.tmSnippet
@@ -3,7 +3,7 @@
content
- <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/${1:1.7}/jquery-ui${2:.min}.js"></script>
+ <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/${1:1.8}/jquery-ui${2:.min}.js"></script>
name
Google AJAX Libraries: jQuery UI
scope
diff --git a/Snippets/Google AJAX Libraries: jQuery.tmSnippet b/Snippets/Google AJAX Libraries: jQuery.tmSnippet
index 9bc9f27..4e816be 100644
--- a/Snippets/Google AJAX Libraries: jQuery.tmSnippet
+++ b/Snippets/Google AJAX Libraries: jQuery.tmSnippet
@@ -3,7 +3,7 @@
content
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/${1:1.3}/jquery${2:.min}.js"></script>
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/${1:1.4}/jquery${2:.min}.js"></script>
name
Google AJAX Libraries: jQuery
scope
diff --git a/Snippets/IE Conditional Comment: HTML 5 Shim.tmSnippet b/Snippets/IE Conditional Comment: HTML 5 Shim.tmSnippet
index 807c896..fabc1d4 100644
--- a/Snippets/IE Conditional Comment: HTML 5 Shim.tmSnippet
+++ b/Snippets/IE Conditional Comment: HTML 5 Shim.tmSnippet
@@ -5,7 +5,7 @@
content
<!--[if lte IE 8]><script>(function(){var e="abbr,article,aside,audio,canvas,datalist,details,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".split(','),i=e.length;while(i--){document.createElement(e[i]);}}());</script><![endif]-->
name
- IE Conditional Comment: HTML 5 Shim
+ IE Conditional Comment: HTML5 Shim
scope
text.html
tabTrigger
diff --git a/Support/entities.txt b/Support/entities.txt
new file mode 100644
index 0000000..2949b04
--- /dev/null
+++ b/Support/entities.txt
@@ -0,0 +1,252 @@
+160 nbsp
+161 iexcl
+162 cent
+163 pound
+164 curren
+165 yen
+166 brvbar
+167 sect
+168 uml
+169 copy
+170 ordf
+171 laquo
+172 not
+173 shy
+174 reg
+175 macr
+176 deg
+177 plusmn
+178 sup2
+179 sup3
+180 acute
+181 micro
+182 para
+183 middot
+184 cedil
+185 sup1
+186 ordm
+187 raquo
+188 frac14
+189 frac12
+190 frac34
+191 iquest
+192 Agrave
+193 Aacute
+194 Acirc
+195 Atilde
+196 Auml
+197 Aring
+198 AElig
+199 Ccedil
+200 Egrave
+201 Eacute
+202 Ecirc
+203 Euml
+204 Igrave
+205 Iacute
+206 Icirc
+207 Iuml
+208 ETH
+209 Ntilde
+210 Ograve
+211 Oacute
+212 Ocirc
+213 Otilde
+214 Ouml
+215 times
+216 Oslash
+217 Ugrave
+218 Uacute
+219 Ucirc
+220 Uuml
+221 Yacute
+222 THORN
+223 szlig
+224 agrave
+225 aacute
+226 acirc
+227 atilde
+228 auml
+229 aring
+230 aelig
+231 ccedil
+232 egrave
+233 eacute
+234 ecirc
+235 euml
+236 igrave
+237 iacute
+238 icirc
+239 iuml
+240 eth
+241 ntilde
+242 ograve
+243 oacute
+244 ocirc
+245 otilde
+246 ouml
+247 divide
+248 oslash
+249 ugrave
+250 uacute
+251 ucirc
+252 uuml
+253 yacute
+254 thorn
+255 yuml
+402 fnof
+913 Alpha
+914 Beta
+915 Gamma
+916 Delta
+917 Epsilon
+918 Zeta
+919 Eta
+920 Theta
+921 Iota
+922 Kappa
+923 Lambda
+924 Mu
+925 Nu
+926 Xi
+927 Omicron
+928 Pi
+929 Rho
+931 Sigma
+932 Tau
+933 Upsilon
+934 Phi
+935 Chi
+936 Psi
+937 Omega
+945 alpha
+946 beta
+947 gamma
+948 delta
+949 epsilon
+950 zeta
+951 eta
+952 theta
+953 iota
+954 kappa
+955 lambda
+956 mu
+957 nu
+958 xi
+959 omicron
+960 pi
+961 rho
+962 sigmaf
+963 sigma
+964 tau
+965 upsilon
+966 phi
+967 chi
+968 psi
+969 omega
+977 thetasym
+978 upsih
+982 piv
+8226 bull
+8230 hellip
+8242 prime
+8243 Prime
+8254 oline
+8260 frasl
+8472 weierp
+8465 image
+8476 real
+8482 trade
+8501 alefsym
+8592 larr
+8593 uarr
+8594 rarr
+8595 darr
+8596 harr
+8629 crarr
+8656 lArr
+8657 uArr
+8658 rArr
+8659 dArr
+8660 hArr
+8704 forall
+8706 part
+8707 exist
+8709 empty
+8711 nabla
+8712 isin
+8713 notin
+8715 ni
+8719 prod
+8721 sum
+8722 minus
+8727 lowast
+8730 radic
+8733 prop
+8734 infin
+8736 ang
+8743 and
+8744 or
+8745 cap
+8746 cup
+8747 int
+8756 there4
+8764 sim
+8773 cong
+8776 asymp
+8800 ne
+8801 equiv
+8804 le
+8805 ge
+8834 sub
+8835 sup
+8836 nsub
+8838 sube
+8839 supe
+8853 oplus
+8855 otimes
+8869 perp
+8901 sdot
+8968 lceil
+8969 rceil
+8970 lfloor
+8971 rfloor
+9001 lang
+9002 rang
+9674 loz
+9824 spades
+9827 clubs
+9829 hearts
+9830 diams
+34 quot
+38 amp
+60 lt
+62 gt
+338 OElig
+339 oelig
+352 Scaron
+353 scaron
+376 Yuml
+710 circ
+732 tilde
+8194 ensp
+8195 emsp
+8201 thinsp
+8204 zwnj
+8205 zwj
+8206 lrm
+8207 rlm
+8211 ndash
+8212 mdash
+8216 lsquo
+8217 rsquo
+8218 sbquo
+8220 ldquo
+8221 rdquo
+8222 bdquo
+8224 dagger
+8225 Dagger
+8240 permil
+8249 lsaquo
+8250 rsaquo
+8364 euro
diff --git a/Support/nibs/Insert Entity.nib/classes.nib b/Support/nibs/Insert Entity.nib/classes.nib
new file mode 100644
index 0000000..a731b33
--- /dev/null
+++ b/Support/nibs/Insert Entity.nib/classes.nib
@@ -0,0 +1,7 @@
+{
+ IBClasses = (
+ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {ACTIONS = {performButtonClick = id; }; CLASS = NSObject; LANGUAGE = ObjC; }
+ );
+ IBVersion = 1;
+}
\ No newline at end of file
diff --git a/Support/nibs/Insert Entity.nib/info.nib b/Support/nibs/Insert Entity.nib/info.nib
new file mode 100644
index 0000000..42c6d2f
--- /dev/null
+++ b/Support/nibs/Insert Entity.nib/info.nib
@@ -0,0 +1,16 @@
+
+
+
+
+ IBDocumentLocation
+ 69 14 356 240 0 0 1920 1178
+ IBFramework Version
+ 446.1
+ IBOpenObjects
+
+ 5
+
+ IBSystem Version
+ 8L127
+
+
diff --git a/Support/nibs/Insert Entity.nib/keyedobjects.nib b/Support/nibs/Insert Entity.nib/keyedobjects.nib
new file mode 100644
index 0000000..2a9ea60
Binary files /dev/null and b/Support/nibs/Insert Entity.nib/keyedobjects.nib differ
diff --git a/info.plist b/info.plist
index 5062eed..cfcebd2 100644
--- a/info.plist
+++ b/info.plist
@@ -7,7 +7,6 @@
excludedItems
3C44EABE-8D6F-4B1B-AB91-F419FAD1A0AD
- 16E02FC6-2D39-406B-8927-E2770AFC72BA
0658019F-3635-462E-AAC2-74E4FE508A9B
2ED44A32-C353-447F-BAE4-E3522DB6944D
CBD82CF3-74E9-4E7A-B3F6-9348754EB5AA
@@ -18,6 +17,7 @@
1274DFD1-175E-43A0-B226-58EF777D0285
637CEA2B-578C-429C-BB74-30E8D42BFA22
+ 16E02FC6-2D39-406B-8927-E2770AFC72BA
------------------------------------
A7283C84-9E44-4D4A-983A-0F185F68BB71
B002A609-8235-4368-BBA8-B35FBF4F676E
@@ -507,6 +507,8 @@
34438ACE-808E-4D60-8589-826FB7C6CBE0
F3BE0F2E-93D8-40FD-BA2B-4636F7726DDC
157E2240-DC62-40C7-8BEE-2EA193E575F4
+ 8415F03D-0CE4-4478-808B-65ED611D5BCD
+ CEF25D24-ED3B-445E-890E-124984B1C842
uuid
79DE1A1A-DCD0-4E2F-B20B-8FEFE97A7270