PolyGerrit: Add support for erlang and puppet in highlight

Change-Id: I37bfe95ba0a392ebe1b7620d780e7affeedcb318
This commit is contained in:
Paladox none 2017-07-12 15:53:36 +00:00 committed by David Pursehouse
parent f4e0308f0c
commit e28533f5c8
3 changed files with 87 additions and 80 deletions

View File

@ -30,6 +30,7 @@ languages included. Build it with the following:
css \
d \
dart \
erb \
go \
haskell \
java \
@ -44,6 +45,7 @@ languages included. Build it with the following:
perl \
php \
protobuf \
puppet \
python \
ruby \
rust \

File diff suppressed because one or more lines are too long

View File

@ -18,6 +18,7 @@
'application/dart': 'dart',
'application/json': 'json',
'application/typescript': 'typescript',
'application/x-erb': 'erb',
'text/css': 'css',
'text/html': 'html',
'text/javascript': 'js',
@ -39,6 +40,7 @@
'text/x-perl': 'perl',
'text/x-php': 'php',
'text/x-protobuf': 'protobuf',
'text/x-puppet': 'puppet',
'text/x-python': 'python',
'text/x-ruby': 'ruby',
'text/x-rustsrc': 'rust',