mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
add ABAP to the list of available lexers
This commit is contained in:
parent
25a83cf0f8
commit
c19b3eb513
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue