We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce842f0 commit e834fd4Copy full SHA for e834fd4
grammar.js
@@ -77,7 +77,7 @@ module.exports = grammar({
77
optional(field('paras', $.paras)),
78
optional(seq(
79
'->',
80
- field('ret', $.type),
+ field('ret', $._type),
81
)),
82
),
83
0 commit comments