Florineugen271
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited [Plugin Dev] Recognizing LSP's custom tokens in the LSP client
HelloI've created a new token type on the LSP backend: public static final List<String> TOKEN_TYPES = List.of( "keyword", // MESSAGE, DEFINE "string", // STRING_LITERAL ...