adds phpstorm support

This commit is contained in:
daniel.fatkic@gmail.com
2015-06-28 22:35:10 +02:00
parent 568d54e1e0
commit 101b34d71e
+1
View File
@@ -73,6 +73,7 @@ class PrettyPageHandler extends Handler
"textmate" => "txmt://open?url=file://%file&line=%line",
"emacs" => "emacs://open?url=file://%file&line=%line",
"macvim" => "mvim://open/?url=file://%file&line=%line",
"phpstorm" => "phpstorm://open?file=%file&line=%line",
);
/**