Linux configuration stuffs
at main 56 lines 1.1 kB view raw
1return { 2 File = '', 3 Module = '', 4 Namespace = '', 5 Package = '', 6 Class = '', 7 Method = '', 8 Property = '', 9 Field = '', 10 Constructor = '', 11 Enum = '', 12 Interface = '', 13 Function = '', 14 Variable = '', 15 Constant = '', 16 String = '', 17 Number = '', 18 Boolean = '', 19 Array = '', 20 Object = '', 21 Key = '', 22 Null = '', 23 EnumMember = '', 24 Struct = '', 25 Event = '', 26 Operator = '', 27 TypeParameter = '' 28} 29 30--[[return { 31 Text = "", 32 Method = "", 33 Function = "󰊕", 34 Constructor = "", 35 Field = "", 36 Variable = "", 37 Class = "", 38 Interface = "", 39 Module = "", 40 Property = "", 41 Unit = "", 42 Value = "", 43 Enum = "", 44 Keyword = "", 45 Snippet = "", 46 Color = "", 47 File = "", 48 Reference = "", 49 Folder = "", 50 EnumMember = "", 51 Constant = "", 52 Struct = "", 53 Event = "", 54 Operator = "", 55 TypeParameter = "", 56}]]