Merge pull request #41 from adsworth/master

add ABAP to the list of available lexers
This commit is contained in:
Martin Mahner 2014-01-11 07:14:23 -08:00
commit fc383915fd

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