aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-08-08 15:06:46 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-08-08 15:06:46 -0700
commit8e07e55c1f928ed8a0da6360e00b2b8139594a63 (patch)
tree2d1496cd9a416bf8e5a29d8b85c092109d651421 /highlight.h
parent6a6593335d2311432ca5d05d2081cb30c4fec34f (diff)
More work on new parser
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/highlight.h b/highlight.h
index 6747bba5..ea855791 100644
--- a/highlight.h
+++ b/highlight.h
@@ -84,6 +84,7 @@ struct file_detection_context_t;
\param error a list in which a description of each error will be inserted. May be 0, in whcich case no error descriptions will be generated.
*/
void highlight_shell(const wcstring &buffstr, std::vector<int> &color, size_t pos, wcstring_list_t *error, const env_vars_snapshot_t &vars);
+void highlight_shell_magic(const wcstring &buffstr, std::vector<int> &color, size_t pos, wcstring_list_t *error, const env_vars_snapshot_t &vars);
/**
Perform syntax highlighting for the text in buff. Matching quotes and paranthesis are highlighted. The result is