mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	![github-actions[bot]](/assets/img/avatar_default.png) 2e819d3707
			
		
	
	2e819d3707
	
	
	
		
			
			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>
		
	
		
			
				
	
	
		
			2 lines
		
	
	
		
			32 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			32 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| vim.bo.commentstring = '/*%s*/'
 |