mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
18 lines
141 B
Plaintext
18 lines
141 B
Plaintext
DIGITS=1
|
|
ERROR=2
|
|
SEPARATOR=3
|
|
AT=4
|
|
INCLUDE=5
|
|
VERTLINE=6
|
|
COLON=7
|
|
COMMA=8
|
|
NUMBER_SIGN=9
|
|
SLASH=10
|
|
STRING=11
|
|
'@'=4
|
|
'|'=6
|
|
':'=7
|
|
','=8
|
|
'#'=9
|
|
'/'=10
|