mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-11 09:54:26 +02:00
33 lines
787 B
JSON
33 lines
787 B
JSON
{
|
|
"author": {
|
|
"prefix": "@author",
|
|
"body": [
|
|
"/*",
|
|
"Author = Pojok Code",
|
|
"email = pojokcodeid@gmail.com",
|
|
"Github = https://github.com/pojokcodeid",
|
|
"Youtube = https://youtube.com/pojokcode",
|
|
"Date = $CURRENT_YEAR-$CURRENT_MONTH-${CURRENT_DATE}",
|
|
"File = $TM_FILENAME",
|
|
"note = Penyalahgunaan kode ini bukan tanggung jawab pojok code",
|
|
"*/",
|
|
"$1"
|
|
],
|
|
"description": "Komentar Author"
|
|
},
|
|
"/*": {
|
|
"prefix": "/*",
|
|
"body": ["/*", "* $1", "*/"],
|
|
"description": "Komentar"
|
|
},
|
|
"/": {
|
|
"prefix": "/",
|
|
"body": "// $1",
|
|
"description": "Komentar"
|
|
},
|
|
"function": {
|
|
"prefix": "function",
|
|
"body": ["function $1($2) {", "$0", "}"],
|
|
"description": "function"
|
|
}
|
|
}
|