PolyGerrit: Add support for erlang and puppet in highlight
Change-Id: I37bfe95ba0a392ebe1b7620d780e7affeedcb318
This commit is contained in:

committed by
David Pursehouse

parent
f4e0308f0c
commit
e28533f5c8
@@ -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 \
|
||||||
|
163
lib/highlightjs/highlight.min.js
vendored
163
lib/highlightjs/highlight.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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',
|
||||||
|
Reference in New Issue
Block a user