Install yasnippet and vala-snippets packages
This commit is contained in:
11
elpa/yasnippet-20160924.2001/snippets/python-mode/script
Normal file
11
elpa/yasnippet-20160924.2001/snippets/python-mode/script
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: script
|
||||
# key: script
|
||||
# --
|
||||
#!/usr/bin/env python
|
||||
|
||||
def main():
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Reference in New Issue
Block a user