{{{ -> {{

This commit is contained in:
Nikita Ivanov 2022-06-08 11:50:10 +05:00
parent d6d2ae46d9
commit 648df6fe5c
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -32,8 +32,8 @@ struct Lexer {
VectorChar *text_buf;
};
static char block_open[] = "{{{",
block_close[] = "}}}",
static char block_open[] = "{{",
block_close[] = "}}",
slash[] = "/",
star[] = "*",
dot[] = ".";