mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
16 lines
246 B
C
Generated
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_
|