rest-nvim / tree-sitter-http

HTTP grammar for tree-sitter
MIT License
34 stars 17 forks source link
http parser tree-sitter

HTTP tree-sitter parser

HTTP grammar for tree-sitter

How to contribute

You can get a development environment with nix develop then run:

npm install
make build

Neovim loads parser in runtimepath order so to test the generated grammar, prepend it to rtp with set rtp^=/path/to/tree-sitter-http.

Tasks