mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Merge pull request #203 from lycus/master
Add D and reST to default highlighters.
This commit is contained in:
commit
f015c4aff5
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