mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
12 lines
236 B
JSON
12 lines
236 B
JSON
{
|
|
"files.associations": {
|
|
"*.html": "jinja-html",
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"[jinja-html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"tailwindCSS.includeLanguages": {
|
|
"jinja-html": "html"
|
|
}
|
|
}
|