From dde60955ffb14ac2c7bc9941212cf1e4ea941b0b Mon Sep 17 00:00:00 2001 From: "sh.gazgireev" Date: Sun, 10 Nov 2019 15:36:43 +0300 Subject: [PATCH] site: add instructions on adding file associations for Sublime Text 3. --- site/content/blog/2019-04-15-setting-up-your-editor.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 9996889986..ff5f3f6a46 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 @@ -58,7 +58,11 @@ To treat `*.svelte` files as HTML, add the following lines to your `settings.jso ## JetBrains WebStorm -To treat `*.svelte` files as HTML in WebStorm, you need to create a new file type association. -Please refer to the [JetBrains website](https://www.jetbrains.com/help/webstorm/creating-and-registering-file-types.html) to see how. +To treat `*.svelte` files as HTML in WebStorm, you need to create a new file type association. Please refer to the [JetBrains website](https://www.jetbrains.com/help/webstorm/creating-and-registering-file-types.html) to see how. + +## Sublime Text 3 + +Open any `.svelte` file. +Go to *__View → Syntax → Open all with current extension__* and choose `HTML` from an option list.