• Sign In



  • Categories

    Extension Details



    Readme

    csharp provides syntax highlighting and symbols for C# using the Tree-sitter grammar.

    Release Notes

    Version 2.0

    Use Tree-sitter grammar from https://github.com/tree-sitter/tree-sitter-c-sharp. In addition to much improved highlighting, basic symbolication is now implemented.

    Version 1.1.1

    Fix issue with body-less namespace declarations, e.g namespace Foo;

    Version 1.1

    Add indentation rules

    Version 1.0

    Initial release