aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-06-22 11:37:28 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-06-22 11:37:28 +0530
commit751068c825d4eef93aab6f8c708fe0f64cf27323 (patch)
treed5aaf252aee2da09119e5802e38ef7e87d42a283 /include/lexer.h
parentea43c3a535f964067f5a20dec867bc366c155ae7 (diff)
(lexer,engine): add support for parsing contentfor
Diffstat (limited to 'include/lexer.h')
-rw-r--r--include/lexer.h2
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;