Skip to content

Instantly share code, notes, and snippets.

@dgwyer
Last active January 27, 2025 17:37
Show Gist options
  • Save dgwyer/e9a4085ce0bdb2915fd83ae52f5e664e to your computer and use it in GitHub Desktop.
Save dgwyer/e9a4085ce0bdb2915fd83ae52f5e664e to your computer and use it in GitHub Desktop.
VS Code settings for FastHTML Pythin intellisense
{
"tailwindCSS.includeLanguages": {
"python": "html",
},
"tailwindCSS.experimental.classRegex": [
"\\b[a-zA-Z_]+\\s*=\\s*['\"]([^'\"]*)['\"]",
"\"[^\"]+\"\\s*:\\s*\"([^\"]*)\"",
"'[^']+'\\s*:\\s*'([^']*)'"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment