Interface SemanticTokenNodeOptions

interface SemanticTokenNodeOptions {
    modifier?: string | string[];
    node: CstNode;
    type: string;
}

Properties

Properties

modifier?: string | string[]
node: CstNode
type: string