17 lines
231 B
C
17 lines
231 B
C
#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_
|