Tree-sitter parser for the hurl file format.
This repo tries to follow the hurl grammar as closely as possible with some exceptions. Some modifications are made to support tree-sitter and to allow for better highlighting.
- The grammar is based off of hurl's grammar file.
- For more information about tree-sitter visit the tree-sitter website.