tree-sitter-c-sharp icon indicating copy to clipboard operation
tree-sitter-c-sharp copied to clipboard

Types without curly braces are lacking support

Open marcinjahn opened this issue 1 year ago • 0 comments

Type declarations such as:

class MyClass1;
class MyClass2();
interface IMyInterface1;
interface IMyInterface2();
enum MyEnum1;
enum MyEnum2();

show up as errors in the syntax tree. The README says that the project supports C# up to v13, so these declarations should be supported.

marcinjahn avatar Jun 19 '24 18:06 marcinjahn