mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
[Backport release-0.9] fix(runtime): add commentstring for C# ftplugin (#23041)
fix(runtime): add commentstring for C# ftplugin
Problem: No commentstring is set for C# buffers after removing the
default C-style commentstring
Solution: Add `ftplugin/cs.lua` with C-style commentstring
(cherry picked from commit 15c3f2da30
)
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
911aabeaeb
commit
2e819d3707
1
runtime/ftplugin/cs.lua
Normal file
1
runtime/ftplugin/cs.lua
Normal file
@@ -0,0 +1 @@
|
|||||||
|
vim.bo.commentstring = '/*%s*/'
|
Reference in New Issue
Block a user