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 Paladox
parent b8f8153045
commit e782eb5e86
3 changed files with 87 additions and 80 deletions

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