mirror of
https://github.com/sojamo/controlp5
synced 2024-11-16 11:17:56 +01:00
16 lines
131 B
Plaintext
16 lines
131 B
Plaintext
|
SELF_CLOSING=1
|
||
|
EMPTY=2
|
||
|
SPACE=3
|
||
|
OPEN=4
|
||
|
OPEN_SLASH=5
|
||
|
CLOSE=6
|
||
|
SLASH_CLOSE=7
|
||
|
EQUALS=8
|
||
|
Name=9
|
||
|
STRING=10
|
||
|
'<'=4
|
||
|
'</'=5
|
||
|
'>'=6
|
||
|
'/>'=7
|
||
|
'='=8
|