From 1f0ccdd956e8bf1e8f2629eba210b82fe5bc8f9d Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 16 Sep 2016 17:07:51 +0000 Subject: [PATCH] add a bunch of languages to modernpaste Signed-off-by: Ricky Elrod --- roles/modernpaste/templates/config.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roles/modernpaste/templates/config.py b/roles/modernpaste/templates/config.py index 9735066908..477c2cc89a 100644 --- a/roles/modernpaste/templates/config.py +++ b/roles/modernpaste/templates/config.py @@ -66,8 +66,14 @@ LANGUAGES = [ 'cmake', 'coffeescript', 'css', + 'd', 'diff', + 'elm', + 'erlang', + 'factor', 'fortran', + 'go', + 'haskell', 'htmlmixed', 'javascript', 'jinja2', @@ -75,8 +81,14 @@ LANGUAGES = [ 'octave', 'php', 'python', + 'rpm', + 'ruby', + 'rust', 'sass', + 'shell', + 'smalltalk', 'sql', + 'swift', 'verilog', 'vhdl', 'xml',