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 16a9a5beda
commit cea98fdef1
1 changed files with 3 additions and 0 deletions

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