a single token having a category code distinct from 1or2) or any balanced text surrounded by braces {...}. Finally, the replacement text tells TeX what the command is supposed to expand to and how to deal with the arguments if any (see example above)....
@@ -38,9 +38,10 @@ import static nl.hannahsten.texifyidea.psi.LatexTypes.*; private int newCommandBracesNesting = 0; /** * Also keep track of brackets of verbatim environment optional arguments. * Also keep track of brackets of verbatim environment arguments. */ private int verbatimOption...