initial commit

This commit is contained in:
2024-03-25 23:16:07 +01:00
commit 8f31c35bc9
62 changed files with 1348332 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#ifndef TREE_SITTER_CSHARP_H_
#define TREE_SITTER_CSHARP_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
extern TSLanguage *tree_sitter_c_sharp();
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_CSHARP_H_