Skip to content

Commit 254b8e1

Browse files
committed
update constrain_type
1 parent bde2a34 commit 254b8e1

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
@@ -1260,7 +1260,7 @@ module.exports = grammar({
12601260
constrain_type: $ => seq(
12611261
'type',
12621262
$._type_identifier,
1263-
'=',
1263+
choice('=', ':='),
12641264
$._type_identifier
12651265
),
12661266

0 commit comments

Comments
 (0)