aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_csharp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_csharp.lua')
-rw-r--r--plugins/language_csharp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_csharp.lua b/plugins/language_csharp.lua
index 6bc6fcd..5e1e81a 100644
--- a/plugins/language_csharp.lua
+++ b/plugins/language_csharp.lua
@@ -2,6 +2,7 @@
local syntax = require "core.syntax"
syntax.add {
+ name = "C#",
files = "%.cs$",
comment = "//",
patterns = {