From c219c38e854fe15bc47519d2df0d6cbd7bab2ab7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 21 Apr 2021 00:05:04 +0200 Subject: Started syntax highlighting doesn't work but don't want to fix lel. --- src/inc/syntax.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/inc/syntax.h (limited to 'src/inc/syntax.h') diff --git a/src/inc/syntax.h b/src/inc/syntax.h new file mode 100644 index 0000000..7857d75 --- /dev/null +++ b/src/inc/syntax.h @@ -0,0 +1,8 @@ +#ifndef SYNTAX_H +#define SYNTAX_H + +#include + +void syntax_highlight(char *buf, u32 size); + +#endif -- cgit v1.2.3