removed identation from README

This commit is contained in:
anon 2023-09-18 22:55:19 +02:00
parent af8f16e01a
commit db1199cfa8

View File

@ -66,7 +66,6 @@ There are also convinience functions:
// NOTE: the return value is the number tokens successfully inserted // NOTE: the return value is the number tokens successfully inserted
int new_keyword_tokens(const char * const * words, hl_group_t * const g); // _words_ must be NULL terminated int new_keyword_tokens(const char * const * words, hl_group_t * const g); // _words_ must be NULL terminated
int new_syntax_character_tokens(const char * const chars, hl_group_t * const g); int new_syntax_character_tokens(const char * const chars, hl_group_t * const g);
``` ```
The regex engine used for MATCHes is Jeger by default, emulating Vim regex. The regex engine used for MATCHes is Jeger by default, emulating Vim regex.
However the regex engine can be overridden: However the regex engine can be overridden: