Files
tree-sitter-jhcl/bindings/swift/TreeSitterHCL/hcl.h

17 lines
234 B
C
Raw Normal View History

2022-11-02 09:50:51 -04:00
#ifndef TREE_SITTER_HCL_H_
#define TREE_SITTER_HCL_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
2025-02-16 17:21:39 +01:00
const TSLanguage *tree_sitter_hcl(void);
2022-11-02 09:50:51 -04:00
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_HCL_H_