Skip to content

Commit 371a71a

Browse files
authored
template pline
1 parent d55813b commit 371a71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ endfunction
165165
function s:PrevCodeLine(lnum)
166166
let l:lnum = prevnonblank(a:lnum)
167167
while l:lnum
168-
if synIDattr(synID(l:lnum,matchend(getline(l:lnum), '^\s*[^''"]'),0),'name') !~? s:syng_strcom
168+
if synIDattr(synID(l:lnum,matchend(getline(l:lnum), '^\s*[^''"`]'),0),'name') !~? s:syng_strcom
169169
return l:lnum
170170
endif
171171
let l:lnum = prevnonblank(l:lnum - 1)

0 commit comments

Comments
 (0)