aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-11-25 16:16:12 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-11-25 17:33:05 +0100
commit03b7d35b5485b6a66bcd92027e43c838766bb205 (patch)
tree710a5d30b4d19bec980af5a070b74e1478807607
parentfc4385ad94c0a12d2ce8b6d275d8336a740b04fd (diff)
downloadrneovim-03b7d35b5485b6a66bcd92027e43c838766bb205.tar.gz
rneovim-03b7d35b5485b6a66bcd92027e43c838766bb205.tar.bz2
rneovim-03b7d35b5485b6a66bcd92027e43c838766bb205.zip
vim-patch:813a538bb3ce
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 <mrdomino@gmail.com>
-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