Skip to content

Commit

Permalink
Fix: Use document_selector instead of scopes and syntaxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Oleksandrov committed Aug 9, 2020
1 parent d2c3052 commit 43a370b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions LSP-svelte.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"languages": [
{
"languageId": "svelte",
"scopes": [
"text.html.svelte"
],
"syntaxes": [
"Packages/Svelte/Svelte.sublime-syntax"
],
"document_selector": "text.html.svelte"
}
],
"initializationOptions": {
Expand Down

0 comments on commit 43a370b

Please sign in to comment.