Module: LanguageServer::Protocol::Constant::SemanticTokenModifiers
- Defined in:
- lib/language_server/protocol/constant/semantic_token_modifiers.rb
Constant Summary collapse
- DECLARATION =
'declaration'
- DEFINITION =
'definition'
- READONLY =
'readonly'
- STATIC =
'static'
- DEPRECATED =
'deprecated'
- ABSTRACT =
'abstract'
- ASYNC =
'async'
- MODIFICATION =
'modification'
- DOCUMENTATION =
'documentation'
- DEFAULT_LIBRARY =
'defaultLibrary'