html
fun html(config: HtmlCompletionConfig = HtmlCompletionConfig(), selfClosingTags: Boolean = true): LanguageSupport
HTML language support with autocompletion and auto-closing tags.
Parameters
config
Optional completion configuration for extending the default HTML schema with additional tags or attributes.
selfClosingTags
Whether to include autoCloseTags support (enabled by default).