Updated build system.

This commit is contained in:
Bokuan Li
2026-01-05 20:11:28 -05:00
parent abbed78434
commit a807369ab0
12 changed files with 438 additions and 47 deletions

View File

@@ -6,6 +6,13 @@
"workspace::Save",
["task::Spawn", { "task_name": "Build and Serve" }],
],
"ctrl-b": "editor::MoveLeft",
"ctrl-i": [
"editor::InsertSnippet",
{
"snippet": "\\textit{$1}$0",
},
],
},
},
]