diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 19:59:18 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 19:59:33 +0100 |
| commit | 9b7bda28db0200b628e5f6eb7021a5a717db2e73 (patch) | |
| tree | 2f477b0fe308da3554fbd0ab807c4c4725715311 /bindings/c/tree_sitter/tree-sitter-wmap.h | |
Initial grammar
Diffstat (limited to 'bindings/c/tree_sitter/tree-sitter-wmap.h')
| -rw-r--r-- | bindings/c/tree_sitter/tree-sitter-wmap.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bindings/c/tree_sitter/tree-sitter-wmap.h b/bindings/c/tree_sitter/tree-sitter-wmap.h new file mode 100644 index 0000000..b477b35 --- /dev/null +++ b/bindings/c/tree_sitter/tree-sitter-wmap.h @@ -0,0 +1,16 @@ +#ifndef TREE_SITTER_WMAP_H_ +#define TREE_SITTER_WMAP_H_ + +typedef struct TSLanguage TSLanguage; + +#ifdef __cplusplus +extern "C" { +#endif + +const TSLanguage *tree_sitter_wmap(void); + +#ifdef __cplusplus +} +#endif + +#endif // TREE_SITTER_WMAP_H_ |