Update mini-hipatterns.lua

added support for heex, rust and svelte to hipatterns
This commit is contained in:
Victor Batarse 2024-06-02 21:49:48 -06:00 committed by GitHub
parent da7b7738eb
commit 0f11674e82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,17 @@ M.plugin = {
-- custom LazyVim option to enable the tailwind integration
tailwind = {
enabled = true,
ft = { "typescriptreact", "javascriptreact", "css", "javascript", "typescript", "html" },
ft = {
"typescriptreact",
"javascriptreact",
"css",
"javascript",
"typescript",
"html",
"svelte",
"rust",
"html-eex",
"heex", },
-- full: the whole css class will be highlighted
-- compact: only the color will be highlighted
style = "full",