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

Nested (indented) lists recognized as markdownCodeBlock

Open kmlawson opened this issue 4 years ago • 0 comments

This line:

syn region markdownCodeBlock start=" \|\t" end="$" contained

Appears to create issues with nested lists:

  • First bullet point is fine
    • Second bullet point is fine
      • Third bullet point turns green, and a check shows it recognized as markdownCodeBlock

When I comment out this line and re-open vim, all third level (or higher) code is returned to normal coloring.

kmlawson avatar Dec 09 '20 11:12 kmlawson