diff --git a/doc/utils/sphinx-config/LAMMPSLexer.py b/doc/utils/sphinx-config/LAMMPSLexer.py index 6436be410d..3ff23439de 100644 --- a/doc/utils/sphinx-config/LAMMPSLexer.py +++ b/doc/utils/sphinx-config/LAMMPSLexer.py @@ -35,7 +35,7 @@ class LAMMPSLexer(RegexLexer): (r'[\w_\.\[\]]+', Name), (r'\$[\w_]+', Name.Variable), (r'\s+', Whitespace), - (r'[\+\-\*\/&=<>]', Operator), + (r'[\+\-\*\^\|\/\!%&=<>]', Operator), ], 'variable' : [ ('[^\}]+', Name.Variable),