ziglang / zig.vim

Vim configuration for Zig
MIT License
448 stars 56 forks source link

Remove incorrect comment in comments #84

Closed perillo closed 1 year ago

perillo commented 1 year ago

Remove the incorrect comment "\" when setting comments in ftplugin/zig.vim.

"\" is used for multiline string literals.

Closes #74