fuNote/hl.h

14 lines
199 B
C

#ifndef _HL_H
#define _HL_H
#include "fn.h" // for erow
int is_separator(int c);
void editorUpdateSyntax(erow *row);
int editorSyntaxToColor(int hl);
void editorSelectSyntaxHighlight();
#endif