Corrected all your language name references

This commit is contained in:
Ella Dunbar 2025-10-18 16:58:19 -05:00
parent 9392139a9c
commit 073ab245c7
22 changed files with 42 additions and 176 deletions

View file

@ -1,12 +1,12 @@
[package]
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"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "your-language-name"]
keywords = ["incremental", "parsing", "tree-sitter", "zanscript"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-your-language-name"
repository = "https://github.com/tree-sitter/zanscript"
edition = "2021"
autoexamples = false