mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
Initial Commit
This commit is contained in:
commit
948e93ffac
40 changed files with 2760 additions and 0 deletions
16
bindings/c/tree-sitter-dotenv.h
generated
Normal file
16
bindings/c/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_
|
||||
11
bindings/c/tree-sitter-dotenv.pc.in
generated
Normal file
11
bindings/c/tree-sitter-dotenv.pc.in
generated
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
prefix=@PREFIX@
|
||||
libdir=@LIBDIR@
|
||||
includedir=@INCLUDEDIR@
|
||||
|
||||
Name: tree-sitter-dotenv
|
||||
Description: Dotenv grammar for tree-sitter
|
||||
URL: @URL@
|
||||
Version: @VERSION@
|
||||
Requires: @REQUIRES@
|
||||
Libs: -L${libdir} @ADDITIONAL_LIBS@ -ltree-sitter-dotenv
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Add a link
Reference in a new issue