@lpc-lang/core
Version:
LPC Language Compiler Library
23 lines • 601 B
TypeScript
export declare const SemanticTokenTypes: {
readonly Comment: 0;
readonly Macro: 1;
readonly Operator: 2;
readonly Method: 3;
readonly Parameter: 4;
readonly Define: 5;
readonly String: 6;
readonly Number: 7;
readonly Type: 8;
readonly Variable: 9;
readonly Property: 10;
readonly LambdaPrefix: 11;
};
export declare const SemanticTokenModifiers: {
readonly Declaration: 1;
readonly Definition: 2;
readonly Documentation: 3;
readonly Static: 4;
readonly DefaultLibrary: 5;
readonly Local: 6;
};
//# sourceMappingURL=types.d.ts.map