Skip to content

Commit

Permalink
feat: add csharp language configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackclaws committed Dec 13, 2023
1 parent 6ef9040 commit 2b1c703
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions crates/tabby-common/assets/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,20 @@ top_level_keywords = [
"rescue",
"self",
]

[[config]]
languages = ["csharp"]
line_comment = "//"
top_level_keywords = [
"class",
"struct",
"interface",
"abstract",
"namespace",
"using",
"var",
"dynamic",
"async",
]


0 comments on commit 2b1c703

Please sign in to comment.