Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
| -rw-r--r-- | languages.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 60b996c0..67f4d3d6 100644 --- a/languages.toml +++ b/languages.toml @@ -75,6 +75,16 @@ language-server = { command = "clangd" } indent = { tab-width = 2, unit = " " } [[language]] +name = "c-sharp" +scope = "source.csharp" +injection-regex = "c-?sharp" +file-types = ["cs"] +roots = [] +comment-token = "//" + +indent = { tab-width = 4, unit = "\t" } + +[[language]] name = "go" scope = "source.go" injection-regex = "go" |