Configure tailwindcss extension for vscode
This commit is contained in:
parent
2d2fcf3031
commit
d6f1046d0d
1 changed files with 11 additions and 0 deletions
|
|
@ -148,10 +148,21 @@
|
||||||
scala-lang.scala
|
scala-lang.scala
|
||||||
scalameta.metals
|
scalameta.metals
|
||||||
hashicorp.terraform
|
hashicorp.terraform
|
||||||
|
bradlc.vscode-tailwindcss
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
|
"editor.quickSuggestions" = {
|
||||||
|
"strings" = true;
|
||||||
|
};
|
||||||
|
"tailwindCSS.includeLanguages" = {
|
||||||
|
"scala" = "html";
|
||||||
|
};
|
||||||
|
"tailwindCSS.experimental.classRegex" = [
|
||||||
|
[ "cls\\(([^)]*)\\)" "\"([^']*)\"" ]
|
||||||
|
];
|
||||||
|
|
||||||
"files.autoSave" = "onFocusChange";
|
"files.autoSave" = "onFocusChange";
|
||||||
"files.watcherExclude" = {
|
"files.watcherExclude" = {
|
||||||
"**/.bloop" = true;
|
"**/.bloop" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue