vim-markdown icon indicating copy to clipboard operation
vim-markdown copied to clipboard

{ in code bloc containing perl confuses highlighting

Open nkh opened this issue 2 years ago • 0 comments

baseline, no problem

Text

```{.perl}
$a = 1
```

Post code block text 

if a { is present in the code block, "Post code block text" will be highlighted wrongly

Text

```{.perl}

for () { $a = 1 }

$a = 1
```

Post code block text 

nkh avatar Jun 08 '23 06:06 nkh