File tree Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -5,36 +5,11 @@ local platform = require 'bee.platform'
55local util = require ' utility'
66local config = require ' config'
77local catch = require ' catch'
8+ local define = require ' proto.define'
89
910rawset (_G , ' TEST' , true )
1011
11- local CompletionItemKind = {
12- Text = 1 ,
13- Method = 2 ,
14- Function = 3 ,
15- Constructor = 4 ,
16- Field = 5 ,
17- Variable = 6 ,
18- Class = 7 ,
19- Interface = 8 ,
20- Module = 9 ,
21- Property = 10 ,
22- Unit = 11 ,
23- Value = 12 ,
24- Enum = 13 ,
25- Keyword = 14 ,
26- Snippet = 15 ,
27- Color = 16 ,
28- File = 17 ,
29- Reference = 18 ,
30- Folder = 19 ,
31- EnumMember = 20 ,
32- Constant = 21 ,
33- Struct = 22 ,
34- Event = 23 ,
35- Operator = 24 ,
36- TypeParameter = 25 ,
37- }
12+ local CompletionItemKind = define .CompletionItemKind
3813
3914local EXISTS = {}
4015
You can’t perform that action at this time.
0 commit comments