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
16
bindings/swift/TreeSitterHCL/hcl.h
generated
@@ -1,16 +0,0 @@
|
||||
#ifndef TREE_SITTER_HCL_H_
|
||||
#define TREE_SITTER_HCL_H_
|
||||
|
||||
typedef struct TSLanguage TSLanguage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern TSLanguage *tree_sitter_hcl();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TREE_SITTER_HCL_H_
|
||||
Reference in New Issue
Block a user