branch: externals/auctex
commit 5fae21f4bfcc8fa7a7d7d4401bc6e1be25e31ed5
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* style/algpseudocodex.el ("algpseudocodex"): Add missing macros.
---
style/algpseudocodex.el | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/style/algpseudocodex.el b/style/algpseudocodex.el
index 6b64b7b9ed..810e031556 100644
--- a/style/algpseudocodex.el
+++ b/style/algpseudocodex.el
@@ -136,6 +136,25 @@ the number of arguments."
;; 2.2 Boxes Inside Single Line
'("BoxedString" ["options"] t)
+ ;; 4.3 Changing Keywords
+ "algorithmicend"
+ "algorithmicdo"
+ "algorithmicwhile"
+ "algorithmicfor"
+ "algorithmicforall"
+ "algorithmicloop"
+ "algorithmicrepeat"
+ "algorithmicuntil"
+ "algorithmicprocedure"
+ "algorithmicfunction"
+ "algorithmicif"
+ "algorithmicthen"
+ "algorithmicelse"
+ "algorithmicrequire"
+ "algorithmicensure"
+ "algorithmicreturn"
+ "algorithmicoutput"
+
'("algrenewcommand"
(TeX-arg-completing-read ("algorithmicend"
"algorithmicdo"