Skip to content

Commit f348d52

Browse files
Update typescript.vim
1 parent 7843f89 commit f348d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/typescript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setlocal commentstring=//\ %s
1313
" " and insert the comment leader when hitting <CR> or using "o".
1414
setlocal formatoptions-=t formatoptions+=croql
1515

16-
setlocal suffixesadd+=.ts
16+
setlocal suffixesadd+=.ts,.tsx
1717

1818
let b:undo_ftplugin = "setl fo< ofu< com< cms<"
1919

0 commit comments

Comments
 (0)