|
ze
|
Syntax highlighting engine and language selection. More...
#include "ze.h"

Go to the source code of this file.
Functions | |
| int | is_separator (int c) |
| Determine whether a byte is a token separator for highlighting. | |
| void | editorUpdateSyntax (erow *row) |
| Compute highlighting for a row based on current filetype. | |
| int | editorSyntaxToColor (int hl) |
| Map a highlight class to an ANSI color code. | |
| void | editorSelectSyntaxHighlight (void) |
Select appropriate language rules based on E.filename. | |
Syntax highlighting engine and language selection.