]> git.saurik.com Git - cycript.git/blobdiff - Highlight.cpp
Massive changes to lexer to get template literals.
[cycript.git] / Highlight.cpp
index 3e8aa7bff1ed90b4091c487d3956193be9bbef79..9c95728dd906d81a968c2c9bf5c7a274e772e672 100644 (file)
@@ -60,7 +60,7 @@ _visible void CYLexerHighlight(const char *data, size_t size, std::ostream &outp
 
     CYStream stream(data, data + size);
     CYDriver driver(pool, stream);
-    driver.commented_ = true;
+    driver.highlight_ = true;
 
     size_t offset(0);
     CYPosition current;