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'
5
5
local util = require ' utility'
6
6
local config = require ' config'
7
7
local catch = require ' catch'
8
+ local define = require ' proto.define'
8
9
9
10
rawset (_G , ' TEST' , true )
10
11
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
38
13
39
14
local EXISTS = {}
40
15
You can’t perform that action at this time.
0 commit comments