changeset 33827:6f18ff3d75f0

runtime(tsx): add indentation plugin (fixes #13574) (#13576) Commit: https://github.com/vim/vim/commit/813a538bb3cec2eee4bf43e16b44fe40666529ef Author: J?shin <mrdomino@gmail.com> Date: Sat Nov 25 09:38:09 2023 -0500 runtime(tsx): add indentation plugin (fixes https://github.com/vim/vim/issues/13574) (https://github.com/vim/vim/issues/13576) for now, let's just use the typescript indent file. Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Nov 2023 15:45:08 +0100
parents da33abaf7660
children 53bab9f88162
files runtime/indent/typescriptreact.vim
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /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