diff options
Diffstat (limited to 'pygments/lexers/pascal.py')
| -rw-r--r-- | pygments/lexers/pascal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/pascal.py b/pygments/lexers/pascal.py index 3930f04c..eb3a9951 100644 --- a/pygments/lexers/pascal.py +++ b/pygments/lexers/pascal.py @@ -25,7 +25,7 @@ __all__ = ['DelphiLexer', 'AdaLexer'] class DelphiLexer(Lexer): """ - For `Delphi <http://www.borland.com/delphi/>`_ (Borland Object Pascal), + For Delphi (Borland Object Pascal), Turbo Pascal and Free Pascal source code. Additional options accepted: |
