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:
parent
5b6513e6e8
commit
dd864a2731
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