diff --git a/site/content/blog/2019-04-15-setting-up-your-editor.md b/site/content/blog/2019-04-15-setting-up-your-editor.md index 929353e1b0..7a107c590b 100644 --- a/site/content/blog/2019-04-15-setting-up-your-editor.md +++ b/site/content/blog/2019-04-15-setting-up-your-editor.md @@ -6,7 +6,8 @@ authorURL: https://twitter.com/Rich_Harris draft: true --- -*__Coming soon__* +*__Coming soon__* + This post will walk you through setting up your editor so that recognises Svelte files: * eslint-plugin-svelte3 @@ -63,7 +64,6 @@ To treat `*.svelte` files as HTML in WebStorm, you need to create a new file typ ## Sublime Text 3 -Open any `.svelte` file. -Go to *__View → Syntax → Open all with current extension__* and choose "HTML" from an option list. - +Open any `.svelte` file. +Go to *__View → Syntax → Open all with current extension as... → HTML__*.