Skip to content

Commit

Permalink
semantics issue 54
Browse files Browse the repository at this point in the history
  • Loading branch information
EmranMR committed Feb 27, 2024
1 parent da3da60 commit 1c0c868
Show file tree
Hide file tree
Showing 6 changed files with 679 additions and 680 deletions.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module.exports = grammar({
$._raw,
$._setup,
$._hooks,
$._js,
),
_escaped: ($) =>
seq(
Expand Down Expand Up @@ -87,6 +86,7 @@ module.exports = grammar({
),
$.inlineSection,
$._use,
$._js,
),
// !TODO add test for this
_use: ($) =>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-blade",
"version": "0.10.0",
"version": "0.10.1",
"description": "tree-sitter-blade grammar for Laravel Blade files",
"main": "bindings/node",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@
{
"type": "SYMBOL",
"name": "_hooks"
},
{
"type": "SYMBOL",
"name": "_js"
}
]
},
Expand Down Expand Up @@ -312,6 +308,10 @@
{
"type": "SYMBOL",
"name": "_use"
},
{
"type": "SYMBOL",
"name": "_js"
}
]
},
Expand Down
Loading

0 comments on commit 1c0c868

Please sign in to comment.