]> git.saurik.com Git - cycript.git/blobdiff - Parser.ypp.in
Syntax highlight #, even if not using Objective-C.
[cycript.git] / Parser.ypp.in
index 9866a39110710bccec44d5e8f839b7ee401c4fc9..d969fdf0259a2a8307fb388b475d1a1dd7e2a8cd 100644 (file)
@@ -27,6 +27,7 @@
 #include "Driver.hpp"
 #include "Parser.hpp"
 #include "Stack.hpp"
+#include "Syntax.hpp"
 #define CYNew new(driver.pool_)
 
 @begin ObjectiveC
@@ -265,7 +266,6 @@ type; })
 
 @begin E4X ObjectiveC
 %token At "@"
-%token Pound "#"
 @end
 
 %token Ampersand "&"
@@ -315,6 +315,7 @@ type; })
 %token Comma ","
 %token Question "?"
 %token SemiColon ";"
+%token Pound "#"
 %token NewLine "\n"
 %token __ ""