diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-22 11:37:28 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-22 11:37:28 +0530 |
commit | 751068c825d4eef93aab6f8c708fe0f64cf27323 (patch) | |
tree | d5aaf252aee2da09119e5802e38ef7e87d42a283 /include/lexer.h | |
parent | ea43c3a535f964067f5a20dec867bc366c155ae7 (diff) |
(lexer,engine): add support for parsing contentfor
Diffstat (limited to 'include/lexer.h')
-rw-r--r-- | include/lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lexer.h b/include/lexer.h index 48deb0c..88ed4df 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -1,7 +1,7 @@ #ifndef __LEXER_H #define __LEXER_H -typedef enum { INCLUDE, CONTENTFOR } directive_e; +typedef enum { INCLUDE, CONTENTFOR, ENDCONTENT } directive_e; typedef struct { unsigned int offset; |