class LSProtocol::SemanticTokensLegend
- LSProtocol::SemanticTokensLegend
- Reference
- Object
Overview
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(token_modifiers : Array(String) | Nil, token_types : Array(String) | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#token_modifiers : Array(String)
The token modifiers a server uses.
-
#token_types : Array(String)
The token types a server uses.
Constructor Detail
def self.new(token_modifiers : Array(String) | Nil, token_types : Array(String) | Nil)
#