mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
First commit
This commit is contained in:
commit
9392139a9c
47 changed files with 9107 additions and 0 deletions
16
bindings/c/tree-sitter-YOUR_LANGUAGE_NAME.h
generated
Normal file
16
bindings/c/tree-sitter-YOUR_LANGUAGE_NAME.h
generated
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef TREE_SITTER_YOUR_LANGUAGE_NAME_H_
|
||||
#define TREE_SITTER_YOUR_LANGUAGE_NAME_H_
|
||||
|
||||
typedef struct TSLanguage TSLanguage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const TSLanguage *tree_sitter_YOUR_LANGUAGE_NAME(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TREE_SITTER_YOUR_LANGUAGE_NAME_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue