mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-21 00:10:32 +02:00
16 lines
121 B
Plaintext
16 lines
121 B
Plaintext
SEPARATOR=1
|
|
AT=2
|
|
INCLUDE=3
|
|
VERTLINE=4
|
|
COLON=5
|
|
COMMA=6
|
|
NUMBER_SIGN=7
|
|
SLASH=8
|
|
STRING=9
|
|
'@'=2
|
|
'|'=4
|
|
':'=5
|
|
','=6
|
|
'#'=7
|
|
'/'=8
|