HtmlCompletionConfig
data class HtmlCompletionConfig(val extraTags: Map<String, TagSpec>? = null, val extraGlobalAttributes: Map<String, List<String>?>? = null)
Configuration for htmlCompletionSourceWith.
Configuration for htmlCompletionSourceWith.