Skip to content

Instantly share code, notes, and snippets.

@bradgessler
Created August 1, 2023 04:01
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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