runtime(sh): remove invalid commented out line in syntax script

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2025-03-18 23:12:52 +01:00
parent 711f4a07f3
commit 40ab82b974

View File

@ -307,7 +307,6 @@ function! s:end_block(line)
endfunction
function! s:start_block(line)
# return a:line =~ '{\s*\(#.*\)\?$'
return a:line =~ '^[^#]*[{(]\s*\(#.*\)\?$'
endfunction