diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-19 10:58:29 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-19 10:58:29 +0000 |
commit | 05c23a54ea7a2fdfb35d08cdaedea01ab3d5b427 (patch) | |
tree | e768add08b54fd1b780f608608f1aa15887abaac /lex.l | |
parent | 17b09e3cb7158d3b817b42b3f1498b43dcc41e9f (diff) |
add "lang" server option
Diffstat (limited to 'lex.l')
-rw-r--r-- | lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ protocols return TPROTOCOLS; mime return TMIME; default return TDEFAULT; type return TTYPE; +lang return TLANG; server return TSERVER; cert return TCERT; |