tree-sitter-c-sharp/bindings/swift/TreeSitterCSharp/csharp.h
2024-03-25 23:16:07 +01:00

16 lines
244 B
C

#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_