HurlPlugin for Hurl files. NOTE: This is an unofficial plugin, visit https://hurl.dev for more information about the Hurl project. FeaturesSemantic 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. ExampleRequirementsSyntax highlighting does not require external dependencies. Hurl command requires Hurl to be installed on your path. Release Notes1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2Fix failure from api changes. (Thanks @cailloumajor for alerting me!) 1.2.1Handle additional options: (Thanks @elbart!)
1.2.0Handle hurl v3 http version syntax ("HTTP" instead of "HTTP/*") 1.1.2New line handling fixes. 1.1.1Support for all front page hurl.dev examples. 1.1.0Colorize output of hurl in vscode panel. 1.0.1Update to tree-sitter-hurl to correct parsing issue with the http version token 1.0.0Initial release of Hurl language extension. |