initial
This commit is contained in:
commit
8cc59af68e
37 changed files with 72435 additions and 0 deletions
13
lua/snippets/python.json
Normal file
13
lua/snippets/python.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ifmain": {
|
||||
"prefix": "ifmain",
|
||||
"description": "create basic function with if __name__ == \"__main__\"",
|
||||
"body": [
|
||||
"def execute():",
|
||||
"\t${1}",
|
||||
"\n\n",
|
||||
"if __name__ == \"__main__\":",
|
||||
"\texecute()"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue