tree-sitter-lammps 0.0.8

lammps grammar for the tree-sitter parsing library
Documentation
[build-dependencies.cc]
version = "1.0"

[dependencies.tree-sitter-language]
version = "0.1.0"

[dev-dependencies.tree-sitter]
version = "0.23.0"

[lib]
name = "tree_sitter_lammps"
path = "bindings/rust/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "bindings/rust/build.rs"
categories = ["parsing", "text-editors"]
description = "lammps grammar for the tree-sitter parsing library"
edition = "2018"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
keywords = ["incremental", "parsing", "lammps"]
license = "MIT"
name = "tree-sitter-lammps"
readme = "README.md"
repository = "https://github.com/chappertron/tree-sitter-lammps"
version = "0.0.8"