mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-27 11:43:40 +02:00
update outdated files via tree-sitter init -u
This commit is contained in:
parent
940f387a98
commit
58608e4796
11 changed files with 137 additions and 27 deletions
16
bindings/c/tree_sitter/tree-sitter-dotenv.h
generated
Normal file
16
bindings/c/tree_sitter/tree-sitter-dotenv.h
generated
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#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_
|
||||
Loading…
Add table
Add a link
Reference in a new issue