Skip to content

Commit 90a2610

Browse files
authored
Update README.md
1 parent dc2f335 commit 90a2610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ Syntax highlighting is currently only enabled in built-in themes. This is becaus
2828

2929
To enable syntax highighting for a custom them you need to change User Settings. For example, to enable syntax highlighting for XSLT in the *City Lights* theme use:
3030
```json
31+
{
3132
"editor.tokenColorCustomizations": {
3233
"[City Lights]": {
3334
"semanticHighlighting": true
3435
}
3536
}
37+
}
3638
```
3739

3840
### Editor Settings For Formatting

0 commit comments

Comments
 (0)