We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@see microsoft/TypeScript#36174 input
local M = {} M.lspkind = { Namespace = "", Text = " ", Method = " ", Function = " ", Constructor = " ", Field = "ﰠ ", Variable = " ", Class = "ﴯ ", Interface = " ", Module = " ", Property = "ﰠ ", Unit = "塞 ", Value = " ", Enum = " ", Keyword = " ", Snippet = " ", Color = " ", File = " ", Reference = " ", Folder = " ", EnumMember = " ", Constant = " ", Struct = "פּ ", Event = " ", Operator = " ", TypeParameter = " ", Table = "", Object = " ", Tag = "", Array = "[]", Boolean = " ", Number = " ", Null = "ﳠ", String = " ", Calendar = "", Watch = " ", Package = "", }
output
export const lspkind = { Namespace: '\uF816', Text: '\uF77E ', Method: '\uF6A6 ', Function: '\uF6A6 ', Constructor: '\uF423 ', Field: '\uFC20 ', Variable: '\uF52A ', Class: '\uFD2F ', Interface: '\uF0E8 ', Module: '\uF487 ', Property: '\uFC20 ', Unit: '\uF96C ', Value: '\uF89F ', Enum: '\uF15D ', Keyword: '\uF80A ', Snippet: '\uF44F ', Color: '\uF8D7 ', File: '\uF718 ', Reference: '\uF706 ', Folder: '\uF74A ', EnumMember: '\uF15D ', Constant: '\uF8FE ', Struct: '\uFB44 ', Event: '\uF0E7 ', Operator: '\uF694 ', TypeParameter: '\uF783 ', Table: '\uF0CE', Object: '\uF668 ', Tag: '\uF02B', Array: '[]', Boolean: '\uF042 ', Number: '\uF292 ', Null: '\uFCE0', String: '\uF77E ', Calendar: '\uF073', Watch: '\uF64F ', Package: '\uE624', }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@see microsoft/TypeScript#36174
input
output
The text was updated successfully, but these errors were encountered: