fix(latexindent): add missing repeat as indent

This commit is contained in:
2026-06-23 17:40:49 +02:00
parent 925b530682
commit b1389e08c0
+4
View File
@@ -79,4 +79,8 @@ specialBeginEnd:
begin: '\\While' begin: '\\While'
end: '\\EndWhile' end: '\\EndWhile'
lookForThis: 1 lookForThis: 1
Repeat:
begin: '\\Repeat'
end: '\\Until'
lookForThis: 1
specialBeforeCommand: 1 specialBeforeCommand: 1