site: add instructions on adding file associations for WebStorm.

pull/3888/head
sh.gazgireev 6 years ago
parent 6235fa6bc8
commit 85c8f43fc4

@ -54,4 +54,11 @@ To treat `*.svelte` files as HTML, add the following lines to your `settings.jso
"files.associations": {
"*.svelte": "html"
}
```
```
## 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.

Loading…
Cancel
Save