mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06:00
Corrected all your language name references
This commit is contained in:
parent
8e99061065
commit
2a2ba3d4c3
22 changed files with 42 additions and 176 deletions
16
bindings/c/tree-sitter-YOUR_LANGUAGE_NAME.h
generated
16
bindings/c/tree-sitter-YOUR_LANGUAGE_NAME.h
generated
|
|
@ -1,16 +0,0 @@
|
|||
#ifndef TREE_SITTER_YOUR_LANGUAGE_NAME_H_
|
||||
#define TREE_SITTER_YOUR_LANGUAGE_NAME_H_
|
||||
|
||||
typedef struct TSLanguage TSLanguage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const TSLanguage *tree_sitter_YOUR_LANGUAGE_NAME(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TREE_SITTER_YOUR_LANGUAGE_NAME_H_
|
||||
11
bindings/c/tree-sitter-YOUR_LANGUAGE_NAME.pc.in
generated
11
bindings/c/tree-sitter-YOUR_LANGUAGE_NAME.pc.in
generated
|
|
@ -1,11 +0,0 @@
|
|||
prefix=@PREFIX@
|
||||
libdir=@LIBDIR@
|
||||
includedir=@INCLUDEDIR@
|
||||
|
||||
Name: tree-sitter-YOUR_LANGUAGE_NAME
|
||||
Description: YourLanguageName grammar for tree-sitter
|
||||
URL: @URL@
|
||||
Version: @VERSION@
|
||||
Requires: @REQUIRES@
|
||||
Libs: -L${libdir} @ADDITIONAL_LIBS@ -ltree-sitter-YOUR_LANGUAGE_NAME
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Add a link
Reference in a new issue