mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
Corrected all your language name references
This commit is contained in:
parent
9392139a9c
commit
073ab245c7
22 changed files with 42 additions and 176 deletions
|
|
@ -3,10 +3,10 @@ requires = ["setuptools>=42", "wheel"]
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "tree-sitter-your-language-name"
|
||||
description = "YourLanguageName grammar for tree-sitter"
|
||||
name = "tree-sitter-zanscript"
|
||||
description = "Zanscript grammar for tree-sitter"
|
||||
version = "0.0.1"
|
||||
keywords = ["incremental", "parsing", "tree-sitter", "your-language-name"]
|
||||
keywords = ["incremental", "parsing", "tree-sitter", "zanscript"]
|
||||
classifiers = [
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
|
@ -19,7 +19,7 @@ license.text = "MIT"
|
|||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/tree-sitter/tree-sitter-your-language-name"
|
||||
Homepage = "https://github.com/tree-sitter/tree-sitter-zanscript"
|
||||
|
||||
[project.optional-dependencies]
|
||||
core = ["tree-sitter~=0.22"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue