Skip to content

Commit 1668ab2

Browse files
committed
remove redudant type_parameters
1 parent 102efc2 commit 1668ab2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grammar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ module.exports = grammar({
266266
choice($.type_identifier, $.type_identifier_path),
267267
optional($.type_parameters),
268268
optional(seq(
269-
optional($.type_parameters),
270269
optional(seq('=', $._type)),
271270
optional(seq(
272271
choice('=', '+='),

0 commit comments

Comments
 (0)