Skip to content

Commit 6c93484

Browse files
committed
add guide
1 parent c2018e0 commit 6c93484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/parser/guide.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ local childMap = {
156156
['unary'] = {1},
157157

158158
['doc'] = {'#'},
159-
['doc.class'] = {'class', '#extends', '#signs', 'comment'},
159+
['doc.class'] = {'class', '#extends', '#signs', 'docAttr', 'comment'},
160160
['doc.type'] = {'#types', 'name', 'comment'},
161161
['doc.alias'] = {'alias', 'extends', 'comment'},
162162
['doc.enum'] = {'enum', 'extends', 'comment', 'docAttr'},

0 commit comments

Comments
 (0)