diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-02 15:25:47 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-02 15:25:47 +0530 |
commit | 914fcfbc213fdc07a0328ffa39ef94e983683e87 (patch) | |
tree | b91f54f1a366f9f4e62e14adeed3a6363c8fa8f7 /include/lexer.h | |
parent | b5829262c78c7801b0babfcb007ed4ee5d332414 (diff) |
(lexer): add CONTENT directive
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 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; |