Skip to content

Commit

Permalink
feat(lang): add C# language support with modern features
Browse files Browse the repository at this point in the history
  • Loading branch information
onyedikachi-david committed Oct 29, 2024
1 parent e12de3b commit 16be7aa
Show file tree
Hide file tree
Showing 4 changed files with 888 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@
[submodule "resources/language-submodules/tree-sitter-php"]
path = resources/language-submodules/tree-sitter-php
url = https://github.com/tree-sitter/tree-sitter-php
[submodule "resources/language-submodules/tree-sitter-c"]
path = resources/language-submodules/tree-sitter-c
url = https://github.com/tree-sitter/tree-sitter-c
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 16be7aa

Please sign in to comment.