diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-13 21:46:44 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-13 21:46:44 +0100 |
| commit | c696bfb2e64abcacf7352dfcf83bbf2905cdd21f (patch) | |
| tree | d82386df99b4dcf828ceaf584c3683d6bac10d64 /user | |
| parent | 97c8f85780ab51a7589ddec68f397f12b63ea24f (diff) | |
tweak(zed): add extension for TODO/FIXME highlighting
Diffstat (limited to 'user')
| -rw-r--r-- | user/zed/settings.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json index 5961287..3cfa490 100644 --- a/user/zed/settings.json +++ b/user/zed/settings.json @@ -17,6 +17,18 @@ "dark": "VSCode Dark Modern", "light": "One Light" }, + "theme_overrides": { + "VSCode Dark Modern": { + "syntax": { + "constant.comment.todo": { + "color": "#FF8C00" + }, + "property.comment.error": { + "color": "#FF4444" + } + } + } + }, "experimental.theme_overrides": { "players": [ { @@ -51,8 +63,8 @@ } }, "auto_install_extensions": { - // TODO: add extension for TODO/FIXME highlighting (https://github.com/zed-industries/extensions/issues/523) // TODO: add extension for djot highlighting + "comment": true, // for TODO/FIXME highlighting "html": true, "nix": true, "sql": true, |
