]> git.saurik.com Git - cycript.git/blobdiff - Highlight.hpp
In trampoline, make $strlcpy not crash given NULL.
[cycript.git] / Highlight.hpp
index 1feca0c1319a74171666d9ae222e79850c67351b..5dcf46b77a2bbf6c1c02318bd080b78dd7709974 100644 (file)
@@ -28,11 +28,12 @@ namespace hi { enum Value {
     Comment,
     Constant,
     Control,
     Comment,
     Constant,
     Control,
-    Escape,
+    Error,
     Identifier,
     Meta,
     Nothing,
     Operator,
     Identifier,
     Meta,
     Nothing,
     Operator,
+    Special,
     Structure,
     Type,
 }; }
     Structure,
     Type,
 }; }