]> git.saurik.com Git - cycript.git/blobdiff - Highlight.hpp
Syntax highlight the new @import as pre-processor.
[cycript.git] / Highlight.hpp
index 278ff07b9883a28c294b57b8b71d8c2184f2f3fa..5dcf46b77a2bbf6c1c02318bd080b78dd7709974 100644 (file)
@@ -33,6 +33,7 @@ namespace hi { enum Value {
     Meta,
     Nothing,
     Operator,
+    Special,
     Structure,
     Type,
 }; }