chore: provide missing defaults via
This commit is contained in:
committed by
Michael Hoffmann
parent
16ccee9bf5
commit
d2dbd9cb78
16
bindings/swift/TreeSitterHcl/hcl.h
generated
Normal file
16
bindings/swift/TreeSitterHcl/hcl.h
generated
Normal 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_
|
||||
Reference in New Issue
Block a user