chore: provide missing defaults via

This commit is contained in:
maunzCache
2025-02-16 17:21:39 +01:00
committed by Michael Hoffmann
parent 16ccee9bf5
commit d2dbd9cb78
6 changed files with 133 additions and 1 deletions

16
bindings/swift/TreeSitterHcl/hcl.h generated Normal file
View File

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