diff --git a/dpaste/highlight.py b/dpaste/highlight.py index 1c14f11..14dc036 100644 --- a/dpaste/highlight.py +++ b/dpaste/highlight.py @@ -25,6 +25,7 @@ LEXER_LIST = sorted(LEXER_LIST) LEXER_LIST = getattr(settings, 'DPASTE_LEXER_LIST', ( ('text', 'Text'), ('text', '----------'), + ('abap', 'ABAP'), ('apacheconf', 'ApacheConf'), ('applescript', 'AppleScript'), ('as', 'ActionScript'),