Skip to content

Commit e834fd4

Browse files
committed
fix: fn_sign's ret field should use hiding rule
1 parent ce842f0 commit e834fd4

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
@@ -77,7 +77,7 @@ module.exports = grammar({
7777
optional(field('paras', $.paras)),
7878
optional(seq(
7979
'->',
80-
field('ret', $.type),
80+
field('ret', $._type),
8181
)),
8282
),
8383

0 commit comments

Comments
 (0)