Skip to content

Commit

Permalink
[tree_sitter_v] Update dependencies (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lycs-D authored Feb 24, 2024
1 parent 56d7905 commit 46b8341
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 276 deletions.
2 changes: 0 additions & 2 deletions tree_sitter_v/grammar.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,9 @@ module.exports = grammar({
],

conflicts: ($) => [
[$._expression, $.plain_type],
[$.fixed_array_type, $._expression_without_blocks],
[$.qualified_type, $._expression_without_blocks],
[$.fixed_array_type, $.literal],
[$.fixed_array_type, $._expression],
[$.reference_expression, $.type_reference_expression],
[$.is_expression],
[$.not_is_expression],
Expand Down
4 changes: 2 additions & 2 deletions tree_sitter_v/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"nan": "^2.18.0"
},
"devDependencies": {
"prettier": "^3.1.0",
"tree-sitter-cli": "^0.20.8"
"prettier": "^3.2.5",
"tree-sitter-cli": "^0.21.0"
},
"tree-sitter": [
{
Expand Down
9 changes: 0 additions & 9 deletions tree_sitter_v/src/grammar.json

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

Loading

0 comments on commit 46b8341

Please sign in to comment.