mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 18:42:19 +00:00
vscode: add jinja header snippet
This commit is contained in:
parent
55e7798133
commit
88d9ae52c6
1 changed files with 11 additions and 0 deletions
|
@ -150,6 +150,17 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
jinja-html = {
|
||||||
|
"Insert jinja header" = {
|
||||||
|
isFileTemplate = true;
|
||||||
|
prefix = ["jinja"];
|
||||||
|
body = [
|
||||||
|
"# -*- coding: utf-8 -*-"
|
||||||
|
"# vim: ft=jinja"
|
||||||
|
"\$0"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"autoalign.moveableItems" = [
|
"autoalign.moveableItems" = [
|
||||||
|
|
Loading…
Reference in a new issue