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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue