diff options
| author | Martin Fischer <martin@push-f.com> | 2026-05-16 10:22:27 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-05-17 10:25:46 +0200 |
| commit | 942391f26d2330388715fbee3bbb3da1ebfc8919 (patch) | |
| tree | 19c750e2e5363eab05135ade4d7fa6a019ad8e5b | |
| parent | 23e9a93add2dd5efdaace981ae9eea625c81106a (diff) | |
tweak(user/zed): add svelte and xml extensions
I've been using the Svelte extension for a while;
just forgot to add it to the config.
| -rw-r--r-- | user/zed/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json index 6d8d3f9..eb103b5 100644 --- a/user/zed/settings.json +++ b/user/zed/settings.json @@ -72,12 +72,16 @@ "auto_install_extensions": { // TODO: add extension for djot highlighting "comment": true, // for TODO/FIXME highlighting + "vscode-dark-modern": true, + + // language support "html": true, "nix": true, "sql": true, + "svelte": true, "toml": true, "typst": true, - "vscode-dark-modern": true + "xml": true, }, "git": { "blame": { |
