1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00
tree-sitter-dotenv/bindings/swift/TreeSitterDotenv/dotenv.h
2024-12-10 19:51:21 +01:00

16 lines
246 B
C
Generated

#ifndef TREE_SITTER_DOTENV_H_
#define TREE_SITTER_DOTENV_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_dotenv(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_DOTENV_H_