struct LSP::MarkdownClientCapabilities

Included Modules

Defined in:

lsp/capabilities/markdown_client_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def allowed_tags : Array(String) | Nil #

[View source]
def allowed_tags=(allowed_tags : Array(String) | Nil) #

[View source]
def parser : String #

The name of the parser.


[View source]
def parser=(parser : String) #

The name of the parser.


[View source]
def version : String | Nil #

The version of the parser.


[View source]
def version=(version : String | Nil) #

The version of the parser.


[View source]