Relocate syntax/
This commit is contained in:
parent
2eb38da4e6
commit
18b6128e60
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
TARGET:=hl
|
TARGET:=hl
|
||||||
|
|
||||||
CFLAGS:=-std=c99
|
CFLAGS:=-std=c99
|
||||||
CPPFLAGS:=-Isyntax -Iinclude -D_GNU_SOURCE -D_FORTIFY_SOURCE=2
|
CPPFLAGS:=-Iinclude -D_GNU_SOURCE -D_FORTIFY_SOURCE=2
|
||||||
|
|
||||||
DEBUG=1
|
DEBUG=1
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ int main(int argc,
|
|||||||
// Highlight init
|
// Highlight init
|
||||||
terminal_hl_init();
|
terminal_hl_init();
|
||||||
//
|
//
|
||||||
#include "c.h"
|
#include "syntax/c.h"
|
||||||
//
|
//
|
||||||
|
|
||||||
render_string(buffer, "cterm");
|
render_string(buffer, "cterm");
|
||||||
|
Loading…
Reference in New Issue
Block a user