Skip to content

Commit eaed758

Browse files
committed
add semanticTokenColorCustomizations example to README
1 parent 165059a commit eaed758

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,14 @@ put this to the `settings.json`
201201
}
202202
]
203203
}
204+
205+
"editor.semanticTokenColorCustomizations": {
206+
"rules": {
207+
"*.documentation:robotframework": {
208+
"fontStyle": "italic",
209+
//"foreground": "#aaaaaa"
210+
}
211+
}
212+
}
213+
204214
```

0 commit comments

Comments
 (0)