From 03b7d35b5485b6a66bcd92027e43c838766bb205 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 25 Nov 2023 16:16:12 +0100 Subject: [PATCH] vim-patch:813a538bb3ce MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit runtime(tsx): add indentation plugin (fixes vim/vim#13574) (vim/vim#13576) for now, let's just use the typescript indent file. https://github.com/vim/vim/commit/813a538bb3cec2eee4bf43e16b44fe40666529ef Co-authored-by: Jōshin --- runtime/indent/typescriptreact.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 runtime/indent/typescriptreact.vim 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