Skip to content

Commit 160639b

Browse files
ycgwTechatrix
authored andcommitted
Update zed.smd
Add a missing comma
1 parent 386c9fe commit 160639b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zls/editors/zed.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the following to your `settings.json`:
2525
// https://github.com/ziglang/zig/wiki/FAQ
2626
"format_on_save": "language_server",
2727
// Make sure that zls is the primary language server
28-
"language_servers": ["zls", "..."]
28+
"language_servers": ["zls", "..."],
2929
"code_actions_on_format": {
3030
// Run code actions that currently supports adding and removing discards.
3131
// "source.fixAll": true,

0 commit comments

Comments
 (0)