mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
vscode: add torchlight snippet
This commit is contained in:
parent
56f683de01
commit
a79d6edec3
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@
|
|||
body = ["\"\${CURRENT_YEAR}-\${CURRENT_MONTH}-\${CURRENT_DATE}T\${CURRENT_HOUR}:\${CURRENT_MINUTE}:\${CURRENT_SECOND}Z\""];
|
||||
description = "Insert date and time";
|
||||
};
|
||||
"Torchlight line number markup" = {
|
||||
prefix = ["torchlight"];
|
||||
body = ["torchlight! {\"lineNumbers\":true}"];
|
||||
description = "Enable Torchlight line numbers";
|
||||
};
|
||||
};
|
||||
keybindings = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue