add ABAP to the list of available lexers

This commit is contained in:
adsworth 2014-01-10 11:34:28 +01:00
parent 25a83cf0f8
commit c19b3eb513

View file

@ -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'),