Skip to content

Commit e4703c6

Browse files
committedSep 17, 2012
Add Haskell and Objective-C syntax highlighting to paste
Summary: Pygments already supports Haskell and Objective-C syntax highlighting, but the default in Phabricator excluded them from the dropdown for the paste tool. This adds Haskell and Objective-C to the default list of languages. Test Plan: Started up Phabricator sandbox instance, confirmed Haskell and Objective-C worked in paste app. Reviewers: vrana, epriestley Reviewed By: vrana CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3510
1 parent 76d78ac commit e4703c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎conf/default.conf.php

+2
Original file line numberDiff line numberDiff line change
@@ -1219,10 +1219,12 @@
12191219
'django' => 'Django Templating',
12201220
'erb' => 'Embedded Ruby/ERB',
12211221
'erlang' => 'Erlang',
1222+
'haskell' => 'Haskell',
12221223
'html' => 'HTML',
12231224
'java' => 'Java',
12241225
'js' => 'Javascript',
12251226
'mysql' => 'MySQL',
1227+
'objc' => 'Objective-C',
12261228
'perl' => 'Perl',
12271229
'php' => 'PHP',
12281230
'text' => 'Plain Text',

0 commit comments

Comments
 (0)
Failed to load comments.