kabelkiste/dotfiles/.vim/customizations/vim-emmet-mysnippets.json

25 lines
No EOL
418 B
JSON

{
"variables": {
"pyversion": "python3",
"charset": "utf8",
"indentation": " ",
"newline": "\n"
},
"python": {
"filters": "python",
"profile": "python",
"snippets": {
"shebang" : "#!/usr/bin/env ${pyversion}${newline}# coding: ${charset}${newline}${newline}",
"openfile" : "",
"savefile" : "",
"basepath" : ""
},
"abbreviations": {
"osfile": "openfile+savefile"
}
},
}