As requested in #7 - support for C# should be added to CodeQue.
It should be done by integrating tree-sitter-sharp parser.
Parser has heavy grammar definition which would impact the size of nodes mapping and WASM file and perhaps parsing speed.
It's worth doing a PoC on parser speed before investing time for integrating it with CodeQue.