SPM support

This commit is contained in:
Matt
2022-11-02 09:50:51 -04:00
committed by Michael Hoffmann
parent 45ce22c16e
commit 99298c8ace
3 changed files with 56 additions and 0 deletions

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
extern TSLanguage *tree_sitter_hcl();
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_HCL_H_