diff options
Diffstat (limited to 'book/src/themes.md')
-rw-r--r-- | book/src/themes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index b37ee852..9908456f 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -254,4 +254,10 @@ These scopes are used for theming the editor interface. | `diagnostic.warning` | Diagnostics warning (editing area) | | `diagnostic.error` | Diagnostics error (editing area) | +You can check compliance to spec with + +```shell +cargo xtask themelint onedark # replace onedark with <name> +``` + [editor-section]: ./configuration.md#editor-section |