Corrected all your language name references

This commit is contained in:
Evan Dunbar 2024-09-25 18:03:22 -05:00
parent 8e99061065
commit 2a2ba3d4c3
22 changed files with 42 additions and 176 deletions

View file

@ -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_

View file

@ -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}