summaryrefslogtreecommitdiffstats
path: root/runtime/indent
diff options
context:
space:
mode:
authorJōshin <mrdomino@gmail.com>2023-11-25 09:38:09 -0500
committerGitHub <noreply@github.com>2023-11-25 15:38:09 +0100
commit813a538bb3cec2eee4bf43e16b44fe40666529ef (patch)
tree3936ce02b7a2251c2bf6893264657bdeae60e2ab /runtime/indent
parent2e31065a650015892179e520038bf2083a9519b6 (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>
Diffstat (limited to 'runtime/indent')
-rw-r--r--runtime/indent/typescriptreact.vim2
1 files changed, 2 insertions, 0 deletions
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