tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

{ in code bloc containing perl confuses highlighting #206

Open nkh opened 1 year ago

nkh commented 1 year ago

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