mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-04-22 04:06:10 +02:00
27 lines
507 B
Plaintext
27 lines
507 B
Plaintext
{
|
|
"SCIUtils: Bool Pref": {
|
|
"prefix": "scibool",
|
|
"body": [
|
|
"if ([SCIUtils getBoolPref:@\"${1:key}\"]) $0"
|
|
]
|
|
},
|
|
"SCIUtils: String Pref": {
|
|
"prefix": "scistring",
|
|
"body": [
|
|
"if ([[SCIUtils getStringPref:@\"${1:key}\"] isEqualToString:@\"${2:string}\"]) $0"
|
|
]
|
|
},
|
|
|
|
"SCIUtils: Log": {
|
|
"prefix": "scilog",
|
|
"body": [
|
|
"SCILog($0);"
|
|
]
|
|
},
|
|
"SCIUtils: Log Id": {
|
|
"prefix": "scilogid",
|
|
"body": [
|
|
"SCILogId(@\"${1:prefix}\", $0);"
|
|
]
|
|
}
|
|
} |