aboutsummaryrefslogtreecommitdiff
path: root/src/inc/syntax.h
diff options
context:
space:
mode:
authorMarvin Borner2021-04-21 00:05:04 +0200
committerMarvin Borner2021-04-21 00:05:04 +0200
commitc219c38e854fe15bc47519d2df0d6cbd7bab2ab7 (patch)
tree239b84c05371b4e853b40ebb52b1ad744fe0fc53 /src/inc/syntax.h
parentf31fc8b66eee149bd78603996f34264be8fad411 (diff)
Started syntax highlighting
doesn't work but don't want to fix lel.
Diffstat (limited to 'src/inc/syntax.h')
-rw-r--r--src/inc/syntax.h8
1 files changed, 8 insertions, 0 deletions
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 <def.h>
+
+void syntax_highlight(char *buf, u32 size);
+
+#endif