Skip to content

Commit

Permalink
Improve TypeScript support
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Oct 2, 2012
1 parent 539be93 commit c442cbc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion autoload/quickrun.vim
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,11 @@ let g:quickrun#default_config = {
\ },
\ 'sed': {},
\ 'sh': {},
\ 'typescript': {'command': 'tsc', 'cmdopt': '--exec'},
\ 'typescript': {
\ 'command': 'tsc',
\ 'cmdopt': '--exec',
\ 'tempfile': '%{tempname()}.ts',
\ },
\ 'vim': {
\ 'command': ':source',
\ 'exec': '%C %s',
Expand Down

0 comments on commit c442cbc

Please sign in to comment.