mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update mini-hipatterns.lua
This commit is contained in:
parent
0f11674e82
commit
4bf22afb59
1 changed files with 14 additions and 2 deletions
|
|
@ -24,7 +24,8 @@ M.plugin = {
|
||||||
"svelte",
|
"svelte",
|
||||||
"rust",
|
"rust",
|
||||||
"html-eex",
|
"html-eex",
|
||||||
"heex", },
|
"heex",
|
||||||
|
},
|
||||||
-- full: the whole css class will be highlighted
|
-- full: the whole css class will be highlighted
|
||||||
-- compact: only the color will be highlighted
|
-- compact: only the color will be highlighted
|
||||||
style = "full",
|
style = "full",
|
||||||
|
|
@ -51,7 +52,18 @@ M.plugin = {
|
||||||
if opts.tailwind == true then
|
if opts.tailwind == true then
|
||||||
opts.tailwind = {
|
opts.tailwind = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
ft = { "typescriptreact", "javascriptreact", "css", "javascript", "typescript", "html" },
|
ft = {
|
||||||
|
"typescriptreact",
|
||||||
|
"javascriptreact",
|
||||||
|
"css",
|
||||||
|
"javascript",
|
||||||
|
"typescript",
|
||||||
|
"html",
|
||||||
|
"svelte",
|
||||||
|
"rust",
|
||||||
|
"html-eex",
|
||||||
|
"heex",
|
||||||
|
},
|
||||||
style = "full",
|
style = "full",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue