Rename to 'tree-sitter-bp'
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:
Bruno BELANYI 2024-04-10 15:30:57 +00:00
parent f6e1266493
commit ebb642cb14
12 changed files with 24 additions and 24 deletions

View file

@ -1,5 +1,5 @@
{
"name": "tree-sitter-blueprint",
"name": "tree-sitter-bp",
"version": "0.1.0",
"description": "Blueprint grammar for tree-sitter",
"main": "bindings/node",
@ -18,7 +18,7 @@
},
"tree-sitter": [
{
"scope": "source.blueprint",
"scope": "source.bp",
"file-types": [
"bp"
],