Merge pull request #76 from rougeth/r-lexer

Added R lexer
This commit is contained in:
Martin Mahner 2016-06-04 09:01:19 +02:00
commit ae7246eeaa

View file

@ -79,6 +79,7 @@ LEXER_LIST = getattr(settings, 'DPASTE_LEXER_LIST', (
('properties', 'Properties'),
('puppet', 'Puppet'),
('python', 'Python'),
('r', 'R'),
('rb', 'Ruby'),
('rst', 'reStructuredText'),
('rust', 'Rust'),