-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdropbar.lua
More file actions
37 lines (31 loc) · 1.06 KB
/
Copy pathdropbar.lua
File metadata and controls
37 lines (31 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
return {
DropBarIconKindPackage = '@namespace',
DropBarIconKindModule = '@namespace',
DropBarIconKindNamespace = '@namespace',
DropBarIconKindScope = '@namespace',
DropBarIconKindObject = 'Delimiter',
DropBarIconKindArray = 'Delimiter',
DropBarIconKindList = 'Delimiter',
DropBarIconKindInterface = 'Structure',
DropBarIconKindClass = 'Structure',
DropBarIconKindStruct = 'Structure',
DropBarIconKindEnum = 'Magenta',
DropBarIconKindType = 'Type',
DropBarIconKindTypeParameter = 'Type',
DropBarIconKindField = '@field',
DropBarIconKindProperty = '@field',
DropBarIconKindVariable = 'Variable',
DropBarIconKindCall = 'Function',
DropBarIconKindConstructor = 'Blue',
DropBarIconKindFunction = 'Blue',
DropBarIconKindMethod = 'Blue',
DropBarIconKindMarkdownH1 = 'Title',
DropBarIconKindMarkdownH2 = 'Title',
DropBarIconKindMarkdownH3 = 'Title',
DropBarIconKindMarkdownH4 = 'Title',
DropBarIconKindMarkdownH5 = 'Title',
DropBarIconKindMarkdownH6 = 'Title',
DropBarIconKindFile = 'Orange',
DropBarIconKindFolder = 'Green',
DropBarIconKindNull = 'Boolean',
}