#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