Plugin for Hurl files.
NOTE: This is an unofficial plugin, visit https://hurl.dev for more information about the Hurl project.
Semantic Token Highlighting: Utilizes a tree-sitter parser to enable token based syntax highlighting for .hurl files.
Hurl runner: Adds a command to call Hurl for the current file and display the output in vscode.
Syntax highlighting does not require external dependencies.
Hurl command requires Hurl to be installed on your path.
- Latest tree-sitter-hurl with fixes for comments without a new line character
- Latest tree-sitter-hurl with fixes comments with no characters (Thanks @pravic!)
- Latest tree-sitter-hurl with fixes for multiline strings and comments at beginning of file
- Add support for comments and brackets (Thanks @smithamax!)
- Show stderr in case of error exit code (Thanks @carlo-colombo!)
- Handle hurl v4 custom http methods and missing and new filters
- Fixes comment highlighting
Fix failure from api changes. (Thanks @cailloumajor for alerting me!)
Handle additional options: (Thanks @elbart!)
- compressed
- path_as_is
- proxy
Handle hurl v3 http version syntax ("HTTP" instead of "HTTP/*")
New line handling fixes.
Support for all front page hurl.dev examples.
Colorize output of hurl in vscode panel.
Update to tree-sitter-hurl to correct parsing issue with the http version token
Initial release of Hurl language extension.