struct LSP::MarkdownClientCapabilities
- LSP::MarkdownClientCapabilities
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/capabilities/markdown_client_capabilities.crConstructors
Instance Method Summary
- #allowed_tags : Array(String) | Nil
- #allowed_tags=(allowed_tags : Array(String) | Nil)
-
#parser : String
The name of the parser.
-
#parser=(parser : String)
The name of the parser.
-
#version : String | Nil
The version of the parser.
-
#version=(version : String | Nil)
The version of the parser.