Skip to content

Commit

Permalink
vscode: enable emmet/tailwind in .rs files
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Aug 3, 2023
1 parent 7af4fe5 commit d679783
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"rust-analyzer.cargo.features": "all",
"editor.formatOnSave": true,
// https://twitter.com/sridca/status/1674947342607216641
"editor.inlayHints.enabled": "offUnlessPressed"
"editor.inlayHints.enabled": "offUnlessPressed",
"emmet.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"tailwindCSS.includeLanguages": {
"rust": "html",
"*.rs": "html"
}
}

0 comments on commit d679783

Please sign in to comment.