From: Jōshin Date: Sat, 25 Nov 2023 14:38:09 +0000 (-0500) Subject: runtime(tsx): add indentation plugin (fixes #13574) (#13576) X-Git-Tag: v9.0.2129~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=813a538bb3cec2eee4bf43e16b44fe40666529ef;p=thirdparty%2Fvim.git runtime(tsx): add indentation plugin (fixes #13574) (#13576) for now, let's just use the typescript indent file. Signed-off-by: Christian Brabandt --- diff --git a/runtime/indent/typescriptreact.vim b/runtime/indent/typescriptreact.vim new file mode 100644 index 0000000000..052bddddbd --- /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