Skip to content

Commit

Permalink
update to latest tree-sitter-hurl
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeiferj committed Sep 14, 2024
1 parent ba55321 commit b42439e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [1.3.4]
* Latest tree-sitter-hurl with fixes for comments without a new line character

## [1.3.3]
* Latest tree-sitter-hurl with fixes comments with no characters (Thanks @pravic!)

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Hurl command requires [Hurl](https://hurl.dev) to be installed on your path.

## Release Notes

## 1.3.4
* Latest tree-sitter-hurl with fixes for comments without a new line character

## 1.3.3
* Latest tree-sitter-hurl with fixes comments with no characters (Thanks @pravic!)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.3",
"version": "1.3.4",
"license": "Apache-2.0",
"author": "Jacob Pfeifer",
"publisher": "JacobPfeifer",
Expand Down
Binary file modified tree-sitter-hurl.wasm
Binary file not shown.

0 comments on commit b42439e

Please sign in to comment.