Skip to content

Commit

Permalink
Extend selector and sort values (#80)
Browse files Browse the repository at this point in the history
Resolves #65

This commit...

1. adds scopes:
   - source.postcss
   - text.html.jinja
   - text.pug
   - text.slim

2. sorts scopes alphabetically
  • Loading branch information
deathaxe authored Oct 3, 2024
1 parent 10e0682 commit 8f75360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LSP-tailwindcss.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"tailwindCSS.lint.recommendedVariantOrder": "warning",
"tailwindCSS.experimental.classRegex": [],
},
"selector": "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 | source.astro"
"selector": "embedding.php | source.astro | source.css | source.js | source.js.react | source.jsx | source.less | source.postcss | source.scss | source.ts | source.tsx | text.blade | text.django | text.haml | text.html.basic | text.html.blade | text.html.elixir | text.html.erb | text.html.jinja | text.html.ngx | text.html.rails | text.html.svelte | text.html.twig | text.html.vue | text.jinja | text.pug | text.slim"
}

0 comments on commit 8f75360

Please sign in to comment.