config-lsp/handlers/hosts/ast/parser/HostsLexer.tokens
2024-09-08 20:24:49 +02:00

13 lines
101 B
Plaintext

COMMENTLINE=1
SLASH=2
DOT=3
COLON=4
HASHTAG=5
SEPARATOR=6
NEWLINE=7
STRING=8
'/'=2
'.'=3
':'=4
'#'=5