commit | 813a538bb3cec2eee4bf43e16b44fe40666529ef | [log] [tgz] |
---|---|---|
author | Jōshin <mrdomino@gmail.com> | Sat Nov 25 09:38:09 2023 -0500 |
committer | GitHub <noreply@github.com> | Sat Nov 25 15:38:09 2023 +0100 |
tree | 3936ce02b7a2251c2bf6893264657bdeae60e2ab | |
parent | 2e31065a650015892179e520038bf2083a9519b6 [diff] |
runtime(tsx): add indentation plugin (fixes #13574) (#13576) for now, let's just use the typescript indent file. Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/indent/typescriptreact.vim b/runtime/indent/typescriptreact.vim new file mode 100644 index 0000000..052bddd --- /dev/null +++ b/runtime/indent/typescriptreact.vim
@@ -0,0 +1,2 @@ +" Placeholder for backwards compatilibity: .tsx used to stand for TypeScript. +runtime! indent/typescript.vim