GraphQL grammar for Tree-sitter.
# Install tree-sitter CLI
cargo install tree-sitter-cli --locked
# Clone this repository and navigate into it
git clone https://github.com/joowani/tree-sitter-graphql && cd tree-sitter-graphql
# Compile the parser
tree-sitter build --wasm
# Start the playground at http://127.0.0.1:8000
tree-sitter playgroundThe grammar is originally based on bkegley/tree-sitter-graphql and dralletje/tree-sitter-graphql.