Merge commit 'refs/pull/1903/head' of github.com:lammps/lammps into release-preparation

This commit is contained in:
Axel Kohlmeyer
2020-02-27 01:15:17 -05:00
132 changed files with 1664 additions and 1654 deletions

View File

@ -35,7 +35,7 @@ class LAMMPSLexer(RegexLexer):
(r'[\w_\.\[\]]+', Name),
(r'\$[\w_]+', Name.Variable),
(r'\s+', Whitespace),
(r'[\+\-\*\/&=<>]', Operator),
(r'[\+\-\*\^\|\/\!%&=<>]', Operator),
],
'variable' : [
('[^\}]+', Name.Variable),