Skip to content

Commit d0133bf

Browse files
yshuiautozimu
authored andcommitted
1 parent f47dd62 commit d0133bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rplugin/python3/LanguageClient/CompletionItemKind.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
16: 'Color',
1818
17: 'File',
1919
18: 'Reference',
20+
19: 'Folder',
21+
20: 'EnumMember',
22+
21: 'Constant',
23+
22: 'Struct',
24+
23: 'Event',
25+
24: 'Operator',
26+
25: 'TypeParameter'
2027
}
2128

2229

0 commit comments

Comments
 (0)