Skip to content

Commit 023e21a

Browse files
author
Andrew Dixon
committed
Handle TypeScript Files
1 parent 865f28a commit 023e21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/spec.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function! s:GetCorrectCommand(debug)
6666
if &filetype ==? 'ruby'
6767
call s:SetRubyCommand()
6868
" Set default {mocha} command (javascript)
69-
elseif &filetype ==? 'javascript' || &filetype ==? 'typescript.tsx'
69+
elseif &filetype ==? 'javascript' || &filetype ==? 'typescript.tsx' || &filetype ==? 'typescript'
7070
" set debug command here
7171
if a:debug
7272
call s:SetJavascriptDebugCommand()

0 commit comments

Comments
 (0)