vscode: add torchlight snippet

This commit is contained in:
John Bowdre 2024-03-22 18:42:03 -05:00
parent 56f683de01
commit a79d6edec3

View file

@ -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 = [
{