Added Swift language

This commit is contained in:
UnrealApex 2021-05-22 01:44:19 +00:00
parent bd114c38da
commit cb8eb86f2c
3 changed files with 79 additions and 1 deletions

View file

@ -181,7 +181,8 @@
"code_go",
"code_rust",
"code_ruby",
"code_r"
"code_r",
"code_swift"
]
},
{

View file

@ -95,4 +95,5 @@
,"code_rust"
,"code_ruby"
,"code_r"
,"code_swift"
]

View file

@ -0,0 +1,76 @@
{
"name": "code_swift",
"leftToRight": true,
"words": [
"Class",
"deinit",
"Enum",
"extension",
"Func",
"import",
"Init",
"operator",
"private",
"protocol",
"public",
"static",
"struct",
"subscript",
"break",
"case",
"continue",
"default",
"do",
"else",
"for",
"return",
"switch",
"where",
"while",
"as",
"false",
"is",
"dynamicType",
"super",
"true",
"_COLUMN_",
"Let",
"in",
"_FILE_",
"internal",
"typealias",
"if",
"nil",
"var",
"self",
"unowned",
"_FUNCTION_",
"LINE",
"associativity",
"convenience",
"dynamic",
"didSet",
"precedence",
"final",
"get",
"infix",
"inout",
"right",
"set",
"type",
"lazy",
"left",
"mutating",
"none",
"weak",
"willSet",
"prefix",
"nonmutating",
"optional",
"override",
"postfix",
"Protocall",
"required"
]
}