<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,7 @@
 		{	include = '#map'; },
 		{	include = '#regexp'; },
 		{	include = '#constants'; },
+		{	include = '#symbol'; },
 	);
 	repository = {
 	    comment = {
@@ -29,6 +30,14 @@
 			captures = { 1 = { name = 'punctuation.definition.comment.shebang.clojure'; }; };
 		};
 		
+		symbol = {
+		    patterns = (
+		        {	name = 'meta.symbol.clojure';
+					match = '(\w[\w\d]+)';
+				},
+		    );
+		};
+		
 		constants = {
 			patterns = (
 				{	name = 'constant.language.nil.clojure';</diff>
      <filename>Clojure.textmate</filename>
    </modified>
    <modified>
      <diff>@@ -58,6 +58,10 @@
 			&lt;key&gt;include&lt;/key&gt;
 			&lt;string&gt;#constants&lt;/string&gt;
 		&lt;/dict&gt;
+		&lt;dict&gt;
+			&lt;key&gt;include&lt;/key&gt;
+			&lt;string&gt;#symbol&lt;/string&gt;
+		&lt;/dict&gt;
 	&lt;/array&gt;
 	&lt;key&gt;repository&lt;/key&gt;
 	&lt;dict&gt;
@@ -386,6 +390,18 @@
 				&lt;/dict&gt;
 			&lt;/array&gt;
 		&lt;/dict&gt;
+		&lt;key&gt;symbol&lt;/key&gt;
+		&lt;dict&gt;
+			&lt;key&gt;patterns&lt;/key&gt;
+			&lt;array&gt;
+				&lt;dict&gt;
+					&lt;key&gt;match&lt;/key&gt;
+					&lt;string&gt;(\w[\w\d]+)&lt;/string&gt;
+					&lt;key&gt;name&lt;/key&gt;
+					&lt;string&gt;meta.symbol.clojure&lt;/string&gt;
+				&lt;/dict&gt;
+			&lt;/array&gt;
+		&lt;/dict&gt;
 		&lt;key&gt;vector&lt;/key&gt;
 		&lt;dict&gt;
 			&lt;key&gt;begin&lt;/key&gt;</diff>
      <filename>Syntaxes/Clojure.tmLanguage</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a0e16598cc074f798ce9091cfe66d788bd11261a</id>
    </parent>
  </parents>
  <author>
    <name>Scott Fleckenstein</name>
    <email>nullstyle@gmail.com</email>
  </author>
  <url>http://github.com/nullstyle/clojure-tmbundle/commit/963402969ec2a60a54c13bc5a6b50e2973f15487</url>
  <id>963402969ec2a60a54c13bc5a6b50e2973f15487</id>
  <committed-date>2008-11-16T18:46:42-08:00</committed-date>
  <authored-date>2008-11-16T18:46:42-08:00</authored-date>
  <message>add symbol scope</message>
  <tree>dab3d34be0c419f9c829249c8433627b67097018</tree>
  <committer>
    <name>Scott Fleckenstein</name>
    <email>nullstyle@gmail.com</email>
  </committer>
</commit>
