mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 23:45:27 +02:00
15 lines
120 B
Plaintext
15 lines
120 B
Plaintext
COMMENTLINE=1
|
|
SLASH=2
|
|
DOT=3
|
|
COLON=4
|
|
HASHTAG=5
|
|
SEPARATOR=6
|
|
NEWLINE=7
|
|
DIGITS=8
|
|
OCTETS=9
|
|
DOMAIN=10
|
|
'/'=2
|
|
'.'=3
|
|
':'=4
|
|
'#'=5
|