Update mini-hipatterns.lua

This commit is contained in:
Victor Batarse 2024-06-02 21:54:51 -06:00 committed by GitHub
parent 0f11674e82
commit 4bf22afb59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,8 @@ M.plugin = {
"svelte",
"rust",
"html-eex",
"heex", },
"heex",
},
-- full: the whole css class will be highlighted
-- compact: only the color will be highlighted
style = "full",
@ -51,7 +52,18 @@ M.plugin = {
if opts.tailwind == true then
opts.tailwind = {
enabled = true,
ft = { "typescriptreact", "javascriptreact", "css", "javascript", "typescript", "html" },
ft = {
"typescriptreact",
"javascriptreact",
"css",
"javascript",
"typescript",
"html",
"svelte",
"rust",
"html-eex",
"heex",
},
style = "full",
}
end