Merge pull request #25368 from neovim/backport-25362-to-release-0.9

[Backport release-0.9] fix(runtime): add commentstring for D ftplugin
This commit is contained in:
zeertzjq
2023-09-26 06:25:46 +08:00
committed by GitHub

1
runtime/ftplugin/d.lua Normal file
View File

@@ -0,0 +1 @@
vim.bo.commentstring = '/*%s*/'