github / semantic

Parsing, analyzing, and comparing source code across many languages
8.93k stars 453 forks source link

C# support #683

Open anatolyaliev opened 2 years ago

anatolyaliev commented 2 years ago

C# has a tree-sitter and is included in Haskell binding of tree sitter. Our project requires semantic support for C#. I'll be glad contributing the C# support to the project. Unfortunately I could not get the full picture from the Semantic documentation of how to generate a new language support. How is it possible to advance with the issue? There is a related closed issue https://github.com/github/semantic/issues/156