1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Merge pull request #203 from lycus/master

Add D and reST to default highlighters.
This commit is contained in:
Evan Priestley 2012-09-17 17:46:03 -07:00
commit f015c4aff5

View file

@ -1215,6 +1215,7 @@ return array(
'c' => 'C',
'cpp' => 'C++',
'css' => 'CSS',
'd' => 'D',
'diff' => 'Diff',
'django' => 'Django Templating',
'erb' => 'Embedded Ruby/ERB',
@ -1227,6 +1228,7 @@ return array(
'objc' => 'Objective-C',
'perl' => 'Perl',
'php' => 'PHP',
'rest' => 'reStructuredText'
'text' => 'Plain Text',
'python' => 'Python',
'rainbow' => 'Rainbow',