aboutsummaryrefslogtreecommitdiff
path: root/src/inc/syntax.h
blob: 7857d75fbd81d694f2226fa38a41055fcdbf913d (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef SYNTAX_H
#define SYNTAX_H

#include <def.h>

void syntax_highlight(char *buf, u32 size);

#endif