mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
Added IRC syntax to default list.
This commit is contained in:
parent
57bedc782c
commit
15cb32abe9
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ LEXER_LIST = getattr(settings, 'DPASTE_LEXER_LIST', (
|
||||||
('html', 'HTML'),
|
('html', 'HTML'),
|
||||||
('http', 'HTTP'),
|
('http', 'HTTP'),
|
||||||
('ini', 'INI'),
|
('ini', 'INI'),
|
||||||
|
('irc', 'IRC'),
|
||||||
('java', 'Java'),
|
('java', 'Java'),
|
||||||
('js', 'JavaScript'),
|
('js', 'JavaScript'),
|
||||||
('json', 'JSON'),
|
('json', 'JSON'),
|
||||||
|
|
Loading…
Reference in a new issue