Skip to content

Commit fc5fa4f

Browse files
committed
add member.expression
1 parent 7e04bb7 commit fc5fa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ module.exports = grammar({
219219
'(',
220220
choice(
221221
seq(
222-
choice($.value_identifier, $.value_identifier_path),
222+
choice($.value_identifier, $.value_identifier_path, $.member_expression),
223223
optional($.module_type_annotation)
224224
),
225225
$.call_expression,

0 commit comments

Comments
 (0)