Skip to content

Commit

Permalink
Remove is allowed to start (#37)
Browse files Browse the repository at this point in the history
* remove is_allowed_to_start

Let the server decide if it can run in the workspace or not.

This way the client extension will not prevent the server from running
in a workspace supported by the server.

Plus the server now bundles the tailwindcss dependency,
That was one of the reasons why we had the check in the first place.
(because without that dependency the server didn't start)

* use alternative words for "extension" and "activate"

* Enable LSP for Ruby/Rails templates (#36)

* Enable LSP for Ruby/Rails templates

* remove redundand syntax selectors

Co-authored-by: Bijan Rahnema <bijan@screenisland.com>
  • Loading branch information
predragnikolic and gobijan authored Mar 29, 2022
1 parent d222a28 commit 37312f9
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 @@ -26,7 +26,7 @@
"tailwindCSS.experimental.classRegex": [],
},
// ST4
"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 | embedding.php",
"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 | embedding.php | text.html.rails | text.haml",
// ST3
"languages": [
{
Expand Down

0 comments on commit 37312f9

Please sign in to comment.