From c19b3eb51354742bc47eadd3fdd78cf59c42887d Mon Sep 17 00:00:00 2001 From: adsworth Date: Fri, 10 Jan 2014 11:34:28 +0100 Subject: [PATCH] add ABAP to the list of available lexers --- dpaste/highlight.py | 1 + 1 file changed, 1 insertion(+) 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'),