1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-09 16:32:39 +01:00

Add D and reST to default highlighters.

This adds highlighting for the D programming language and the
reStructuredText markup language to the default highlighters
list.
This commit is contained in:
Alex Rønne Petersen 2012-09-18 03:42:52 +03:00
parent 5b6513e6e8
commit dd864a2731

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