mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +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',
|
||||
'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',
|
||||
|
|
Loading…
Reference in a new issue