summaryrefslogtreecommitdiff
path: root/lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.l')
-rw-r--r--lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/lexer.l b/lexer.l
index ef550e7..530e622 100644
--- a/lexer.l
+++ b/lexer.l
@@ -54,6 +54,7 @@ void escapes(const char *tp, char *cp);
+identity { BEGIN(NAME); return IDENTITY; }
host(name)? { BEGIN(NAME); return HOSTNAME; }
user(name)? { BEGIN(NAME); return USERNAME; }
pass(word)? { BEGIN(NAME); return PASSWORD; }