diff options
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index 400f6e1..4367394 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -52,6 +52,7 @@ void syntax_highlight(char *buf, u32 size) u32 diff = 0; char *start = buf; + gui_unhighlight(); for (u32 i = 0; i < size; i++) { // TODO: Fix highlighting of last line without \n if (buf[i] == '\0') |