Skip to content

Commit

Permalink
Fix: Add ST3 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Oleksandrov committed Aug 9, 2020
1 parent 21c1693 commit 286ea9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LSP-svelte.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"languages": [
{
"languageId": "svelte",
// ST3 configuration
"scopes": [
"text.html.svelte"
],
"syntaxes": [
"Packages/Svelte/Svelte.sublime-syntax"
],
// ST4 configuration
"document_selector": "text.html.svelte"
}
],
Expand Down

0 comments on commit 286ea9f

Please sign in to comment.