vip/include/syntax.h

8 lines
122 B
C
Raw Normal View History

#ifndef SYNTAX_H_
#define SYNTAX_H_
void update_highlight(row *row);
char *syntax_to_color(int hl, size_t *len);
#endif