Skip to content

Commit b203674

Browse files
committed
alias (merge) 的语义着色
1 parent 8b442ab commit b203674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/parser/guide.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ local childMap = {
161161
['doc'] = {'#'},
162162
['doc.class'] = {'class', '#extends', '#signs', 'docAttr', 'comment'},
163163
['doc.type'] = {'#types', 'name', 'comment'},
164-
['doc.alias'] = {'alias', 'extends', 'comment'},
164+
['doc.alias'] = {'alias', 'docAttr', 'extends', 'comment'},
165165
['doc.enum'] = {'enum', 'extends', 'comment', 'docAttr'},
166166
['doc.param'] = {'param', 'extends', 'comment'},
167167
['doc.return'] = {'#returns', 'comment'},

0 commit comments

Comments
 (0)