Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Beaglefoot committed Mar 13, 2024
1 parent 14f8cfe commit 0d7e40c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-awk",
"version": "0.6.2",
"version": "0.7.0",
"author": "Beaglefoot <[email protected]>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -47,9 +47,9 @@
}
},
"devDependencies": {
"prebuildify": "^6.0.0",
"prettier": "2.3.2",
"tree-sitter-cli": "0.22.1",
"prebuildify": "^6.0.0"
"tree-sitter-cli": "0.22.1"
},
"main": "bindings/node",
"types": "bindings/node",
Expand Down
2 changes: 1 addition & 1 deletion queries/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; tree-sitter-awk v0.6.2
; tree-sitter-awk v0.7.0

; https://tree-sitter.github.io/tree-sitter/using-parsers#pattern-matching-with-queries

Expand Down

0 comments on commit 0d7e40c

Please sign in to comment.