]> git.saurik.com Git - cycript.git/blobdiff - Cycript.yy.in
Provide a .typeOf() to get a Type of an ObjC Class.
[cycript.git] / Cycript.yy.in
index 465b32b50f9e198445483dbc8339d1cb532bf51d..3f240e40651a809119b939539255d9c3afb573ed 100644 (file)
 #include "E4X/Syntax.hpp"
 @end
 
+#include "Highlight.hpp"
+
 typedef struct {
     bool newline_;
+    hi::Value highlight_;
 
     union {
         bool bool_;