Skip to content

Commit

Permalink
chore: pin node-gyp and fix highlights query
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jan 24, 2024
1 parent eaabb02 commit 3032559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"devDependencies": {
"eslint": "^8.39.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.20.8"
"tree-sitter-cli": "^0.20.8",
"node-gyp": "^10.0.1"
},
"repository": "https://github.com/amaanq/tree-sitter-luau",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
">"
"="
"&"
"~"
"|"
"?"
"//"
Expand Down

0 comments on commit 3032559

Please sign in to comment.