6 releases (3 breaking)

0.21.2 May 7, 2024
0.21.1 May 3, 2024
0.20.0 Sep 15, 2022
0.19.1 Mar 19, 2022
0.16.1 Oct 28, 2020

#114 in Text editors

Download history 1830/week @ 2024-01-24 2487/week @ 2024-01-31 2418/week @ 2024-02-07 1807/week @ 2024-02-14 1923/week @ 2024-02-21 1651/week @ 2024-02-28 1314/week @ 2024-03-06 1012/week @ 2024-03-13 1098/week @ 2024-03-20 974/week @ 2024-03-27 1891/week @ 2024-04-03 2247/week @ 2024-04-10 1867/week @ 2024-04-17 2011/week @ 2024-04-24 2556/week @ 2024-05-01 1976/week @ 2024-05-08

8,664 downloads per month
Used in 11 crates (10 directly)

MIT license

34MB
1M SLoC

C 1M SLoC // 0.0% comments JavaScript 2K SLoC // 0.0% comments Scheme 181 SLoC // 0.1% comments Rust 35 SLoC

tree-sitter-c-sharp

CI discord matrix crates npm pypi

C# grammar for tree-sitter based upon the Roslyn grammar with changes in order to:

  • Deal with differences between the parsing technologies
  • Work around some bugs in that grammar
  • Handle #if, #else, #elif, #endif blocks
  • Support syntax highlighting/parsing of fragments
  • Simplify the output tree
  • Reduce parser state count and complexity
  • Be in-line with tree-sitter's convention where applicable

Status

Comprehensive supports C# 1 through 13.0 with the following exception:

  • async, var and await cannot be used as identifiers everywhere they are valid

References

Dependencies

~2.7–4MB
~71K SLoC