From 85c8f43fc4eea09540528dbd3ebe66dbc794b586 Mon Sep 17 00:00:00 2001 From: "sh.gazgireev" Date: Sun, 10 Nov 2019 15:20:15 +0300 Subject: [PATCH] site: add instructions on adding file associations for WebStorm. --- site/content/blog/2019-04-15-setting-up-your-editor.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 394a33d219..9996889986 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 @@ -54,4 +54,11 @@ To treat `*.svelte` files as HTML, add the following lines to your `settings.jso "files.associations": { "*.svelte": "html" } -``` \ No newline at end of file +``` + +## 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. + +