fuNote/hl.h

11 lines
168 B
C
Raw Normal View History

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