@@ 135,6 135,7 @@ if has("autocmd")
autocmd FileType json call In2()
autocmd FileType javascript call In2()
autocmd FileType typescript call In2()
+ autocmd FileType typescript.tsx call In2()
autocmd FileType nginx setlocal commentstring=#\ %s
autocmd FileType nginx setlocal iskeyword&
endif