initial commit
This commit is contained in:
16
bindings/swift/TreeSitterCSharp/csharp.h
Normal file
16
bindings/swift/TreeSitterCSharp/csharp.h
Normal 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_
|
||||
Reference in New Issue
Block a user