Skip to content

Commit d48fa0f

Browse files
authored
(docs) clarify that the example is for VSCode
1 parent a1040af commit d48fa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If so, this will prevent the language server from getting noticed about updates,
6464

6565
#### Component syntax highlighting does not work
6666

67-
If your syntax highlighting seems to be not working for Svelte components, it may be that your color theme either sets the component color to "white" or does not set this kind of token at all. To change this, you can add something like the following in your `settings.json`:
67+
If your syntax highlighting seems to be not working for Svelte components, it may be that your color theme either sets the component color to "white" or does not set this kind of token at all. To change this in VSCode, you can add something like the following to your `settings.json`:
6868

6969
```
7070
{

0 commit comments

Comments
 (0)