]> git.saurik.com Git - cycript.git/blobdiff - Highlight.cpp
Provide a new ?destroy to release the JSContext.
[cycript.git] / Highlight.cpp
index 0a077a8a7b58f0bb6bc43184f944508f627c85b1..4cfc8db26a60bc93d0bc5d08dd6bf9356eba7dad 100644 (file)
@@ -79,6 +79,7 @@ void CYLexerHighlight(const char *data, size_t size, std::ostream &output, bool
             case hi::Meta: color = CYColor(false, 32); break;
             case hi::Nothing: color = CYColor(false, 0); break;
             case hi::Operator: color = CYColor(false, 36); break;
+            case hi::Special: color = CYColor(false, 35); break;
             case hi::Structure: color = CYColor(true, 34); break;
             case hi::Type: color = CYColor(true, 34); break;