mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +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:
parent
5b6513e6e8
commit
dd864a2731
1 changed files with 2 additions and 0 deletions
|
@ -1215,6 +1215,7 @@ return array(
|
||||||
'c' => 'C',
|
'c' => 'C',
|
||||||
'cpp' => 'C++',
|
'cpp' => 'C++',
|
||||||
'css' => 'CSS',
|
'css' => 'CSS',
|
||||||
|
'd' => 'D',
|
||||||
'diff' => 'Diff',
|
'diff' => 'Diff',
|
||||||
'django' => 'Django Templating',
|
'django' => 'Django Templating',
|
||||||
'erb' => 'Embedded Ruby/ERB',
|
'erb' => 'Embedded Ruby/ERB',
|
||||||
|
@ -1227,6 +1228,7 @@ return array(
|
||||||
'objc' => 'Objective-C',
|
'objc' => 'Objective-C',
|
||||||
'perl' => 'Perl',
|
'perl' => 'Perl',
|
||||||
'php' => 'PHP',
|
'php' => 'PHP',
|
||||||
|
'rest' => 'reStructuredText'
|
||||||
'text' => 'Plain Text',
|
'text' => 'Plain Text',
|
||||||
'python' => 'Python',
|
'python' => 'Python',
|
||||||
'rainbow' => 'Rainbow',
|
'rainbow' => 'Rainbow',
|
||||||
|
|
Loading…
Reference in a new issue