<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -114,13 +114,13 @@
 				&lt;dict&gt;
 					&lt;key&gt;match&lt;/key&gt;
 					&lt;string&gt;(?x)
-						(?&amp;lt;=(\s|\()) # preceded by space or ( 
+						(?&amp;lt;=(\s|\(|\[)) # preceded by space or ( 
 						( 
 aand | and | andf | aif | carif | consif | iflet | if | each | for | forlen |
 nor | or | orf | case | conswhen | awhen | when | while | whiler | whilet |
 whilec | with | do | do1 | repeat | unless | until 
 						  )
-						(?=(\s|\())&lt;/string&gt;
+						(?=(\s|\(|\[))&lt;/string&gt;
 					&lt;key&gt;name&lt;/key&gt;
 					&lt;string&gt;keyword.control.arc&lt;/string&gt;
 				&lt;/dict&gt;
@@ -132,7 +132,7 @@ whilec | with | do | do1 | repeat | unless | until
 					&lt;/string&gt;
 					&lt;key&gt;match&lt;/key&gt;
 					&lt;string&gt;(?x)
-						(?&amp;lt;=(\s|\()) # preceded by space or (
+						(?&amp;lt;=(\s|\(|\[)) # preceded by space or (
 						(
 acons | 
 alist | 
@@ -143,7 +143,7 @@ odd |
 even | 
 positive
 						)
-						(?=(\s|\()) # followed by space or (
+						(?=(\s|\(|\[)) # followed by space or (
 					&lt;/string&gt;
 					&lt;key&gt;name&lt;/key&gt;
 					&lt;string&gt;support.function.boolean-test.arc&lt;/string&gt;
@@ -155,7 +155,7 @@ positive
 					&lt;/string&gt;
 					&lt;key&gt;match&lt;/key&gt;
 					&lt;string&gt;(?x)
-						(?&amp;lt;=(\s|\()) # preceded by space or (
+						(?&amp;lt;=(\s|\(|\[)) # preceded by space or (
 						( 
 coerce
 						)
@@ -173,7 +173,7 @@ coerce
 					&lt;/string&gt;
 					&lt;key&gt;match&lt;/key&gt;
 					&lt;string&gt;(?x)
-						(?&amp;lt;=(\s|\()) # preceded by space or (
+						(?&amp;lt;=(\s|\(|\[)) # preceded by space or (
 						( 
 \= |
 set |
@@ -191,7 +191,7 @@ cut
 					&lt;/string&gt;
 					&lt;key&gt;match&lt;/key&gt;
 					&lt;string&gt;(?x)
-						(?&amp;lt;=(\s|\()) # preceded by space or (
+						(?&amp;lt;=(\s|\(|\[)) # preceded by space or (
 						( &amp;gt;=?|&amp;lt;=?|[+][+]|[-][-]|[*/+-])
 						(?=(\s|\()) # followed by space or (
 						&lt;/string&gt;
@@ -201,7 +201,7 @@ cut
 				&lt;dict&gt;
 					&lt;key&gt;match&lt;/key&gt;
 					&lt;string&gt;(?x)
-						(?&amp;lt;=(\s|\()) # preceded by space or (
+						(?&amp;lt;=(\s|\(|\[)) # preceded by space or (
 						( 
 abs | accum | addtem | adjoin | afn | after | all | alphadig | alref | annotate
 | apply | assert | assoc | atend | atlet | atomic | atomic-invoke | atwith |</diff>
      <filename>Syntaxes/Arc.tmLanguage</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bcb35c3156090afa5f24ad4d0e32eccb23f9e49b</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Roller</name>
    <email>scroller@ncsu.edu</email>
  </author>
  <url>http://github.com/stephenroller/arc.tmbundle/commit/4e074298703a338536de27292f709a20976cfcd0</url>
  <id>4e074298703a338536de27292f709a20976cfcd0</id>
  <committed-date>2009-06-03T21:26:31-07:00</committed-date>
  <authored-date>2009-06-03T21:26:31-07:00</authored-date>
  <message>Add highlighting inside the [] shorthand.</message>
  <tree>00e6fd8d3f6c0fab4bdca597c0060fa3f752c3c2</tree>
  <committer>
    <name>Stephen Roller</name>
    <email>scroller@ncsu.edu</email>
  </committer>
</commit>
