1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 14:00:56 +01:00

Merge pull request #204 from hfcorriez/master

Fix a mission comma
This commit is contained in:
Evan Priestley 2012-09-17 20:48:09 -07:00
commit 670ddf2178

View file

@ -1228,7 +1228,7 @@ return array(
'objc' => 'Objective-C',
'perl' => 'Perl',
'php' => 'PHP',
'rest' => 'reStructuredText'
'rest' => 'reStructuredText',
'text' => 'Plain Text',
'python' => 'Python',
'rainbow' => 'Rainbow',