Skip to content

Commit

Permalink
parser: add more expression for assignment target
Browse files Browse the repository at this point in the history
Fixes #95
  • Loading branch information
jkbz64 committed Oct 14, 2024
1 parent 8587b1f commit bab31e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ module.exports = grammar({
$.identifier,
$.qualified_name,
$.object_access,
$.member_access
$.member_access,
$.function_call,
$.array_access
)
)
),
Expand Down

0 comments on commit bab31e2

Please sign in to comment.