Added R lexer

This commit is contained in:
Marco Rougeth 2016-06-03 15:24:45 -03:00
parent 021101d9e0
commit c3ba7de621

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