TextMate support for launchEditor

Reviewed By: @frantic

Differential Revision: D2467263
This commit is contained in:
Thomas Aylott
2015-09-23 16:59:44 -07:00
committed by facebook-github-bot-7
parent 0386858586
commit 30e9bf6077

View File

@@ -34,6 +34,9 @@ function getArgumentsForLineNumber(editor, fileName, lineNumber) {
case 'joe':
case 'emacs':
return ['+' + lineNumber, fileName];
case 'rmate':
case 'mate':
return ['--line', lineNumber, fileName];
}
// For all others, drop the lineNumber until we have