Skip to content

Commit

Permalink
Support all hurl.dev front page examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeiferj committed Dec 24, 2022
1 parent 803c60c commit 734eeaa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "hurl" extension will be documented in this file.

## [1.1.1]

Add support for all front page examples on hurl.dev.

## [1.1.0]

Colorize output of hurl in vscode panel.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ Hurl command requires [Hurl](https://hurl.dev) to be installed on your path.

## Release Notes

### 1.1.1

Support for all front page hurl.dev examples.

### 1.1.0

Colorize output of hurl in vscode panel.

#### 1.0.1
### 1.0.1

Update to tree-sitter-hurl to correct parsing issue with the http version token

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pfeifer-hurl",
"displayName": "Hurl",
"description": "Provides syntax highlighting for hurl",
"version": "1.1.0",
"version": "1.1.1",
"license": "Apache-2.0",
"author": "Jacob Pfeifer",
"publisher": "JacobPfeifer",
Expand Down
5 changes: 5 additions & 0 deletions src/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const highlights = `
"[Captures]" @property
"[Asserts]" @property
"[Options]" @property
"[BasicAuth]" @property
(comment) @comment @spell
Expand Down Expand Up @@ -106,4 +107,8 @@ export const highlights = `
"}" @punctuation.bracket
"{{" @punctuation.special
"}}" @punctuation.special
"base64," @string.special
"file," @string.special
"hex," @string.special
`;
Binary file modified tree-sitter-hurl.wasm
Binary file not shown.

0 comments on commit 734eeaa

Please sign in to comment.