From cc47b68d77d87514845e24ac49f96a67f624cc1c Mon Sep 17 00:00:00 2001 From: Aaron Schrab Date: Thu, 13 Oct 2022 21:00:34 -0400 Subject: [PATCH] Fix indentation for TypeScript While the syntax highlighting had support for this, indentation did not. This left it indenting things way too far. --- indent/vue.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/indent/vue.vim b/indent/vue.vim index 24fa37c..34fe519 100644 --- a/indent/vue.vim +++ b/indent/vue.vim @@ -20,6 +20,7 @@ let s:languages = [ \ { 'name': 'stylus', 'pairs': [''] }, \ { 'name': 'coffee', 'pairs': [''] }, \ { 'name': 'javascript', 'pairs': [''] }, \ ]