config file fixes, langexp -> lang, highlighting

This commit is contained in:
ProgramSnail 2024-02-23 12:11:08 +03:00
parent 1357783074
commit 154fbfb4d4
5 changed files with 113 additions and 6 deletions

View file

@ -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"