From 56121b4e27cb48efb17be55a969b2f0d725266f8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 26 Jul 2020 10:20:08 +0200 Subject: Update --- indent/typescript.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/typescript.vim') diff --git a/indent/typescript.vim b/indent/typescript.vim index f630a34c..64eca31b 100644 --- a/indent/typescript.vim +++ b/indent/typescript.vim @@ -51,7 +51,7 @@ let s:skip_expr = "synIDattr(synID(line('.'),col('.'),1),'name') =~ '".s:syng_st let s:line_term = '\s*\%(\%(\/\/\).*\)\=$' " Regex that defines continuation lines, not including (, {, or [. -let s:continuation_regex = '\%([\\*+/.:]\|\%(<%\)\@