From 5cb05e1b0fa3c469958a2b26f36b3fe930af221c Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 7 Mar 2026 11:09:03 +0100 Subject: fix(filetype): don't register `c-sharp` Language names can only contain hyphens, and dashes are normalized by Nvim itself now. --- plugin/filetypes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/filetypes.lua') diff --git a/plugin/filetypes.lua b/plugin/filetypes.lua index 7759c1f5c..f8fe0c287 100644 --- a/plugin/filetypes.lua +++ b/plugin/filetypes.lua @@ -2,7 +2,7 @@ local filetypes = { angular = { 'htmlangular' }, bash = { 'sh' }, bibtex = { 'bib' }, - c_sharp = { 'cs', 'csharp', 'c-sharp' }, + c_sharp = { 'cs', 'csharp' }, commonlisp = { 'lisp' }, cooklang = { 'cook' }, devicetree = { 'dts' }, -- cgit v1.3