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

File diff suppressed because one or more lines are too long

View File

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