From 29b056d5a35909088d057d67c6d666cccc5852c5 Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Thu, 20 Apr 2023 10:59:56 +0100 Subject: [PATCH] Merge pull request #12682 from overleaf/mj-def-whitespace [lezer] Allow whitespace before macro parameter GitOrigin-RevId: 14bd8428f0a78fb71184bf300dac0b2b1e3abd3c --- .../js/features/source-editor/lezer-latex/latex.grammar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/source-editor/lezer-latex/latex.grammar b/services/web/frontend/js/features/source-editor/lezer-latex/latex.grammar index 38631ce021..4eb8ef09da 100644 --- a/services/web/frontend/js/features/source-editor/lezer-latex/latex.grammar +++ b/services/web/frontend/js/features/source-editor/lezer-latex/latex.grammar @@ -263,7 +263,7 @@ KnownCommand { } | Def { // allow more general Csname argument to \def commands, since other symbols such as '@' are often used in definitions - DefCtrlSeq (Csname | CtrlSym) MacroParameter* optionalWhitespace? DefinitionArgument + DefCtrlSeq (Csname | CtrlSym) optionalWhitespace? MacroParameter* optionalWhitespace? DefinitionArgument } | Hbox { HboxCtrlSeq optionalWhitespace? TextArgument