fuNote/hl.h
2018-10-19 13:24:58 +02:00

11 lines
168 B
C

#ifndef _HL_H
#define _HL_H
int is_separator(int c);
void editorUpdateSyntax(erow *row);
int editorSyntaxToColor(int hl);
void editorSelectSyntaxHighlight();
#endif