Fixed wrong proof marker.
All checks were successful
Compile Project / Compile (push) Successful in 32s

This commit is contained in:
Bokuan Li
2026-06-03 17:24:30 -04:00
parent 677a396e24
commit 6441352421
3 changed files with 3 additions and 3 deletions

View File

@@ -175,6 +175,6 @@
"Cite Proof": {
"scope": "latex",
"prefix": "cproof",
"body": ["{Proof, {{\\cite[$1]{$2}}}. }$0"]
"body": ["[Proof, {{\\cite[$1]{$2}}}. ]$0"]
}
}