80 lines
1.9 KiB
Lua
80 lines
1.9 KiB
Lua
return {
|
|
Diagnostic = "",
|
|
Error = "",
|
|
Hint = "",
|
|
Info = "",
|
|
Warn = "",
|
|
Bug = "",
|
|
True = "",
|
|
Pending = "",
|
|
False = "",
|
|
Close = "",
|
|
Selected = "",
|
|
Console = "",
|
|
Gear = "",
|
|
Event = "",
|
|
File = "",
|
|
NewFile = "",
|
|
FileTree = "",
|
|
Import = "",
|
|
Keyboard = "",
|
|
Sleep = "",
|
|
Package = "",
|
|
Runtime = "",
|
|
Source = "",
|
|
Code = "",
|
|
Start = "",
|
|
Task = "",
|
|
Buffer = "",
|
|
Search = "",
|
|
Speed = "",
|
|
Test = "",
|
|
Flame = "",
|
|
Leave = "",
|
|
Git = "",
|
|
Loaded = "",
|
|
Unloaded = "",
|
|
Added = "",
|
|
Modified = "",
|
|
Removed = "",
|
|
Untracked = "",
|
|
ChangeDelete = "",
|
|
Truncate = "",
|
|
-- kind = {
|
|
-- Array = "",
|
|
-- Boolean = "",
|
|
-- Class = "",
|
|
-- Color = "",
|
|
-- Constant = "",
|
|
-- Constructor = "",
|
|
-- Enum = "",
|
|
-- EnumMember = "",
|
|
-- Event = "",
|
|
-- Field = "",
|
|
-- File = "",
|
|
-- Folder = "",
|
|
-- Function = "",
|
|
-- Interface = "",
|
|
-- Key = "",
|
|
-- Keyword = "",
|
|
-- Method = "",
|
|
-- Module = "",
|
|
-- Namespace = "",
|
|
-- Null = "",
|
|
-- Number = "",
|
|
-- Object = "",
|
|
-- Operator = "",
|
|
-- Package = "",
|
|
-- Property = "",
|
|
-- Reference = "",
|
|
-- Snippet = "",
|
|
-- String = "",
|
|
-- Struct = "",
|
|
-- Text = "",
|
|
-- TypeParameter = "",
|
|
-- Unit = "",
|
|
-- Value = "",
|
|
-- Variable = "",
|
|
-- },
|
|
-- progress = { "", "", "", "", "", "", "", "", "", "", "", "", "" },
|
|
}
|