aboutsummaryrefslogtreecommitdiff
path: root/lex.l
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-24 14:11:40 +0000
committerOmar Polo <op@omarpolo.com>2021-01-24 14:11:40 +0000
commitc8b74339185123feebb6164b91f500f1930e45ff (patch)
tree29c17d8b2b9c0c4a408d347b1b5ca0890ab52ef7 /lex.l
parent501e489c90eeddec3f29b014864f57e840ea1fa8 (diff)
added support for location blocks
Diffstat (limited to 'lex.l')
-rw-r--r--lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/lex.l b/lex.l
index 0932bc3..b785796 100644
--- a/lex.l
+++ b/lex.l
@@ -60,6 +60,7 @@ default return TDEFAULT;
type return TTYPE;
server return TSERVER;
+location return TLOCATION;
cert return TCERT;
key return TKEY;
root return TROOT;