diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-09 21:02:39 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-09 21:02:39 +0530 |
commit | bcddd5c79306fcd7949c47f64d08400205463beb (patch) | |
tree | 82ec93d6c81e077705082487405b9db1d160d5ac /src/template.c | |
parent | b365f7cdd0882c1fe974e9e08d607341876a0d34 (diff) |
(lexer): parse_file->lex_file and must also add _RAW directives
Diffstat (limited to 'src/template.c')
-rw-r--r-- | src/template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/template.c b/src/template.c index 7a0b64b..7038551 100644 --- a/src/template.c +++ b/src/template.c @@ -45,6 +45,7 @@ template_create(void) case INCLUDE: case CONTENTFOR: case ENDCONTENT: + case _RAW: break; } |