Crates.io | tree-sitter-c-sharp |
lib.rs | tree-sitter-c-sharp |
version | 0.23.0 |
source | src |
created_at | 2020-10-28 20:58:05.6885 |
updated_at | 2024-09-01 10:00:11.91156 |
description | C# grammar for tree-sitter |
homepage | |
repository | https://github.com/tree-sitter/tree-sitter-c-sharp |
max_upload_size | |
id | 306455 |
size | 35,104,842 |
C# grammar for tree-sitter based upon the Roslyn grammar with changes in order to:
#if
, #else
, #elif
, #endif
blocksComprehensive supports C# 1 through 13.0 with the following exception:
async
, var
and await
cannot be used as identifiers everywhere they are valid