aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-02 15:25:47 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-02 15:25:47 +0530
commit914fcfbc213fdc07a0328ffa39ef94e983683e87 (patch)
treeb91f54f1a366f9f4e62e14adeed3a6363c8fa8f7 /include/lexer.h
parentb5829262c78c7801b0babfcb007ed4ee5d332414 (diff)
(lexer): add CONTENT directive
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 dc6c744..ca2b351 100644
--- a/include/lexer.h
+++ b/include/lexer.h
@@ -1,7 +1,7 @@
#ifndef __LEXER_H
#define __LEXER_H
-typedef enum { INCLUDE, CONTENTFOR, ENDCONTENT, BODY } directive_e;
+typedef enum { INCLUDE, CONTENT, CONTENTFOR, ENDCONTENT, BODY } directive_e;
typedef struct {
unsigned int offset;