---@module 'blink.cmp'
---@type blink.cmp.SourceProviderConfig
local html_css = {
    name = "html-css",
    module = "blink.compat.source",
    score_offset = -3,
    opts = {},
}

return html_css