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

View File

@@ -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_