mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update mini-hipatterns.lua
added support for heex, rust and svelte to hipatterns
This commit is contained in:
parent
da7b7738eb
commit
0f11674e82
1 changed files with 11 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue