Skip to content

Commit

Permalink
feat: add csharp language configuration (#1028)
Browse files Browse the repository at this point in the history
* feat: add csharp language configuration

* Update crates/tabby-common/assets/languages.toml

---------

Co-authored-by: Meng Zhang <[email protected]>
  • Loading branch information
Blackclaws and wsxiaoys authored Dec 13, 2023
1 parent c2c232d commit c0269e0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions crates/tabby-common/assets/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,21 @@ top_level_keywords = [
"rescue",
"self",
]

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

0 comments on commit c0269e0

Please sign in to comment.