mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
13 lines
101 B
Plaintext
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
|