tailwind support
This commit is contained in:
parent
9cd171ba1a
commit
d4c0043a05
1 changed files with 30 additions and 19 deletions
|
|
@ -24,7 +24,17 @@
|
|||
light = "Catppuccin Mocha (sapphire)";
|
||||
dark = "Catppuccin Mocha (sapphire)";
|
||||
};
|
||||
lsp.discord_presence.initialization_options = {
|
||||
languages.CSS.language_servers = [
|
||||
"tailwindcss-intellisense-css"
|
||||
"!vscode-css-language-server"
|
||||
"..."
|
||||
];
|
||||
lsp = {
|
||||
tailwindcss-language-server.settings = {
|
||||
classFunctions = [ "cva" "cx" ];
|
||||
experimental.classRegex = [ "[cls|className]\\s\\:\\=\\s\"([^\"]*)" ];
|
||||
};
|
||||
discord_presence.initialization_options = {
|
||||
application_id = "1263505205522337886";
|
||||
base_icons_url = "https://raw.githubusercontent.com/xhyrom/zed-discord-presence/main/assets/icons/";
|
||||
state = "Working on {filename}";
|
||||
|
|
@ -47,4 +57,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue