ytliu74 / obsidian-pseudocode

An obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.
MIT License
84 stars 4 forks source link

Add Repeat-Until as pair suggestion #20

Closed NathanBHay closed 4 months ago

NathanBHay commented 4 months ago

\Repeat and \Until{} should be a valid pair suggestion as shown in section 3.1.3 of the algorithmicx docs.

ytliu74 commented 4 months ago

Thank you for your feedback. The latest version includes your suggestions. You can also refer to all supported pair suggestions here: https://github.com/ytliu74/obsidian-pseudocode/blob/98281887241f55c4c5f8704ddd6ea85205ab0b71/src/auto_complete.ts#L103