classes are types too

This commit is contained in:
anon 2023-11-28 13:58:10 +01:00
parent 37c0df074a
commit b0360b2317

View File

@ -67,6 +67,10 @@ targets = [
'type': 's',
'out': hi('Type')
},
{
'type': 'c',
'out': hi('Type')
},
{
'type': 'd',
'out': hi('Constant')