Merge pull request #449 from msheakoski/patch-1

Add IntelliJ IDEA support
This commit is contained in:
Denis Sokolov
2016-10-11 15:40:11 +03:00
committed by GitHub
+1
View File
@@ -76,6 +76,7 @@ class PrettyPageHandler extends Handler
"emacs" => "emacs://open?url=file://%file&line=%line",
"macvim" => "mvim://open/?url=file://%file&line=%line",
"phpstorm" => "phpstorm://open?file=%file&line=%line",
"idea" => "idea://open?file=%file&line=%line",
];
/**