diff options
Diffstat (limited to 'pygments/lexers/other.py')
-rw-r--r-- | pygments/lexers/other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/other.py b/pygments/lexers/other.py index 66e70a29..e70f194b 100644 --- a/pygments/lexers/other.py +++ b/pygments/lexers/other.py @@ -642,7 +642,7 @@ class LogtalkLexer(RegexLexer): ], 'directive': [ - # Conditional compilation directives + # Conditional compilation directives (r'(el)?if(?=[(])', Keyword, 'root'), (r'(e(lse|ndif))[.]', Keyword, 'root'), # Entity directives |