vip/include/syntax.h

7 lines
122 B
C

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