mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
vscode: make sls snippet a fileTemplate
This commit is contained in:
parent
8073e647a7
commit
55e7798133
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@
|
|||
languageSnippets = {
|
||||
jinja-yaml = {
|
||||
"Insert SLS header" = {
|
||||
isFileTemplate = true;
|
||||
prefix = ["sls"];
|
||||
body = [
|
||||
"# -*- coding: utf-8 -*-"
|
||||
|
|
Loading…
Reference in a new issue