mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2026-01-08 12:45:04 +00:00
config file fixes, langexp -> lang, highlighting
This commit is contained in:
parent
1357783074
commit
154fbfb4d4
5 changed files with 113 additions and 6 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,11 +1,11 @@
|
|||
[package]
|
||||
name = "tree-sitter-YOUR-LANGUAGE-NAME"
|
||||
description = "YOUR-LANGUAGE-NAME grammar for the tree-sitter parsing library"
|
||||
name = "tree-sitter-lang"
|
||||
description = "lang grammar for the tree-sitter parsing library"
|
||||
version = "0.0.1"
|
||||
keywords = ["incremental", "parsing", "YOUR-LANGUAGE-NAME"]
|
||||
keywords = ["incremental", "parsing", "lang"]
|
||||
categories = ["parsing", "text-editors"]
|
||||
repository = "https://github.com/tree-sitter/tree-sitter-YOUR-LANGUAGE-NAME"
|
||||
edition = "2018"
|
||||
repository = "https://codeberg.org/programsnail/tree-sitter-lang"
|
||||
edition = "2023"
|
||||
license = "MIT"
|
||||
|
||||
build = "bindings/rust/build.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue