Skip to content

Commit 239b738

Browse files
wouterjfabpot
authored andcommitted
Added more IDE links
1 parent e14f007 commit 239b738

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ private function registerTemplatingConfiguration(array $config, $ide, ContainerB
359359
$links = array(
360360
'textmate' => 'txmt://open?url=file://%%f&line=%%l',
361361
'macvim' => 'mvim://open?url=file://%%f&line=%%l',
362+
'emacs' => 'emacs://open?url=file://%file&line=%line',
363+
'sublime' => 'subl://open?url=file://%file&line=%line',
362364
);
363365

364366
$container->setParameter('templating.helper.code.file_link_format', isset($links[$ide]) ? $links[$ide] : $ide);

0 commit comments

Comments
 (0)