Skip to content

Instantly share code, notes, and snippets.

@bradgessler
Created August 1, 2023 04:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradgessler/1907d07593918fb5d2f27911bccc75f4 to your computer and use it in GitHub Desktop.
Save bradgessler/1907d07593918fb5d2f27911bccc75f4 to your computer and use it in GitHub Desktop.
TailwindCSS LSP for Phlex
// Settings in here override those in "LSP-tailwindcss/LSP-tailwindcss.sublime-settings"
{
"enabled": true,
"selector": "source.ruby | source.jsx | source.js.react | source.js | source.tsx | source.ts | source.css | source.scss | source.less | text.html.vue | text.html.svelte | text.html.basic | text.html.twig | text.blade | text.html.blade | embedding.php | text.html.rails | text.html.erb | text.haml | text.jinja | text.django | text.html.elixir | text.html.ngx",
"settings" : {
"tailwindCSS.experimental.classRegex": [
"class:\\s*\"([^\"]*)\""
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment