Updated the existing system to accomodate scaffolds.
All checks were successful
Compile Project / Compile (push) Successful in 38s

This commit is contained in:
Bokuan Li
2026-06-29 17:43:02 -04:00
parent 3ba0eee08d
commit ff22fad2f8
6 changed files with 128 additions and 118 deletions

View File

@@ -176,5 +176,10 @@
"scope": "latex",
"prefix": "cproof",
"body": ["[Proof, {{\\cite[$1]{$2}}}. ]$0"]
},
"Scaffold": {
"scope": "latex",
"prefix": "scaf",
"body": ["\\hyperref[scaffolded]{definition:measure-scaffold}$0"]
}
}