mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added C++ lexer. Closes #73.
This commit is contained in:
parent
b046d8ab87
commit
998c3aaf82
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ LEXER_LIST = getattr(settings, 'DPASTE_LEXER_LIST', (
|
|||
('bash', 'Bash'),
|
||||
('bbcode', 'BBCode'),
|
||||
('c', 'C'),
|
||||
('cpp', 'C++'),
|
||||
('clojure', 'Clojure'),
|
||||
('cobol', 'COBOL'),
|
||||
('css', 'CSS'),
|
||||
|
|
Loading…
Reference in a new issue