struct LSP::SemanticTokensLegend

Included Modules

Defined in:

lsp/protocol/semantic_tokens_legend.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token_types : Array(String), token_modifiers : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def token_modifiers : Array(String) #

[View source]
def token_modifiers=(token_modifiers : Array(String)) #

[View source]
def token_types : Array(String) #

[View source]
def token_types=(token_types : Array(String)) #

[View source]