neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 03b7d35b5485b6a66bcd92027e43c838766bb205
parent fc4385ad94c0a12d2ce8b6d275d8336a740b04fd
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Sat, 25 Nov 2023 16:16:12 +0100

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>

Diffstat:
Aruntime/indent/typescriptreact.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/runtime/indent/typescriptreact.vim b/runtime/indent/typescriptreact.vim @@ -0,0 +1,2 @@ +" Placeholder for backwards compatilibity: .tsx used to stand for TypeScript. +runtime! indent/typescript.vim