Created
January 22, 2023 22:43
-
-
Save sar/80dd236c4466e0c447c38f8953e8ad9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
symbols = { | |
File = {icon = "", hl = "TSURI"}, | |
Module = {icon = "", hl = "TSNamespace"}, | |
Namespace = {icon = "", hl = "TSNamespace"}, | |
Package = {icon = "", hl = "TSNamespace"}, | |
Class = {icon = "𝓒", hl = "TSType"}, | |
Method = {icon = "ƒ", hl = "TSMethod"}, | |
Property = {icon = "", hl = "TSMethod"}, | |
Field = {icon = "", hl = "TSField"}, | |
Constructor = {icon = "", hl = "TSConstructor"}, | |
Enum = {icon = "ℰ", hl = "TSType"}, | |
Interface = {icon = "ﰮ", hl = "TSType"}, | |
Function = {icon = "", hl = "TSFunction"}, | |
Variable = {icon = "", hl = "TSConstant"}, | |
Constant = {icon = "", hl = "TSConstant"}, | |
String = {icon = "𝓐", hl = "TSString"}, | |
Number = {icon = "#", hl = "TSNumber"}, | |
Boolean = {icon = "⊨", hl = "TSBoolean"}, | |
Array = {icon = "", hl = "TSConstant"}, | |
Object = {icon = "⦿", hl = "TSType"}, | |
Key = {icon = "🔐", hl = "TSType"}, | |
Null = {icon = "NULL", hl = "TSType"}, | |
EnumMember = {icon = "", hl = "TSField"}, | |
Struct = {icon = "𝓢", hl = "TSType"}, | |
Event = {icon = "🗲", hl = "TSType"}, | |
Operator = {icon = "+", hl = "TSOperator"}, | |
TypeParameter = {icon = "𝙏", hl = "TSParameter"} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment