Fix packaging script to include syntax files.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Sat, 08 Sep 2012 14:09:27 -0400 | 
    
    
        | parents | 35ae60ad86e7 | 
    
        | children | 9b4257803faa
5c4fa6b1aad7
556dbee6b283 | 
    
        | branches/tags | (none) | 
    
        | files | package.sh | 
Changes
    
--- a/package.sh	Sat Sep 08 14:08:12 2012 -0400
+++ b/package.sh	Sat Sep 08 14:09:27 2012 -0400
@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-hg archive ~/Desktop/clam.zip -I 'doc' -I 'plugin' -I README.markdown -I LICENSE.markdown
+hg archive ~/Desktop/clam.zip -I 'doc' -I 'plugin' -I 'clamsyntax' -I README.markdown -I LICENSE.markdown