1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-21 18:44:19 +00:00

Add selfParameter semantic token

This commit is contained in:
Steffo 2023-02-02 03:39:50 +01:00
parent e65ee769bc
commit b1f21a1610
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -962,6 +962,9 @@
"selfKeyword": { "selfKeyword": {
"foreground": "#db88db", "foreground": "#db88db",
}, },
"selfParameter": {
"foreground": "#db88db",
},
"selfTypeKeyword": { "selfTypeKeyword": {
"foreground": "#db88db", "foreground": "#db88db",
"bold": true, "bold": true,