Rename to 'tree-sitter-bp'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is really just to simplify my life and align with the Vim/NeoVim filetype name.
This commit is contained in:
parent
f6e1266493
commit
ebb642cb14
12 changed files with 24 additions and 24 deletions
2
src/grammar.json
generated
2
src/grammar.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "blueprint",
|
||||
"name": "bp",
|
||||
"rules": {
|
||||
"source_file": {
|
||||
"type": "REPEAT",
|
||||
|
|
|
|||
2
src/parser.c
generated
2
src/parser.c
generated
|
|
@ -7926,7 +7926,7 @@ extern "C" {
|
|||
#define extern __declspec(dllexport)
|
||||
#endif
|
||||
|
||||
extern const TSLanguage *tree_sitter_blueprint(void) {
|
||||
extern const TSLanguage *tree_sitter_bp(void) {
|
||||
static const TSLanguage language = {
|
||||
.version = LANGUAGE_VERSION,
|
||||
.symbol_count = SYMBOL_COUNT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue