]> git.saurik.com Git - cycript.git/blobdiff - Highlight.cpp
When CYONifying fields, @error encode exceptions.
[cycript.git] / Highlight.cpp
index 4b7d669393d64d49edd44ea4369a9eb77117e128..0a077a8a7b58f0bb6bc43184f944508f627c85b1 100644 (file)
@@ -74,7 +74,7 @@ void CYLexerHighlight(const char *data, size_t size, std::ostream &output, bool
             case hi::Comment: color = CYColor(true, 30); break;
             case hi::Constant: color = CYColor(false, 31); break;
             case hi::Control: color = CYColor(false, 33); break;
-            case hi::Escape: color = CYColor(true, 31); break;
+            case hi::Error: color = CYColor(true, 31); break;
             case hi::Identifier: color = CYColor(false, 0); break;
             case hi::Meta: color = CYColor(false, 32); break;
             case hi::Nothing: color = CYColor(false, 0); break;