Make it obvious how autodetecting language in Paste works
Test Plan: /paste/ Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1841 Differential Revision: https://secure.phabricator.com/D3595
This commit is contained in:
@@ -126,7 +126,7 @@ final class PhabricatorPasteEditController extends PhabricatorPasteController {
|
||||
$form->setFlexible(true);
|
||||
|
||||
$langs = array(
|
||||
'' => '(Detect With Wizardly Powers)',
|
||||
'' => '(Detect From Filename in Title)',
|
||||
) + PhabricatorEnv::getEnvConfig('pygments.dropdown-choices');
|
||||
|
||||
$form
|
||||
|
||||
Reference in New Issue
Block a user