gruvbox icon indicating copy to clipboard operation
gruvbox copied to clipboard

Why Is the an Indented Line, or a Line with Greater than 4 Spaces in Markdown Colored Green?

Open K4LCIFER opened this issue 3 years ago • 1 comments

I'm not sure why this is, but it can be rather annoying for things like lists in markdown. Once you get past a list nest of greater than 2, the line turns green which is rather unpleasant to look at.

To get this to happen, all you have to do is type more than 4 spaces, or simply press tab, and observe that the rest of the text on that line will be coloured a muted green.

K4LCIFER avatar Apr 23 '21 03:04 K4LCIFER

Hi!. Have the same issue inside my markdown notes. Is there maybe any setting/recipe to change this behavior?

Update:

After experiencing the same problem with tokyonight colorscheme did a more deep investigation and found the common root-cause.

Looks like the issue comes from the vim-markdown (https://github.com/tpope/vim-markdown) which is a default syntax highlighting and filetype plugin for Markdown.

AFAIK there is no yet solution for this problem. Check these issues for more details:

  • https://github.com/tpope/vim-markdown/issues/81
  • https://github.com/tpope/vim-markdown/issues/4
  • many others in the same repo :)

As one of the possible temporal and far from ideal workaround you can try to use : syn clear markdownCodeBlock.

m1t0z avatar Oct 26 '22 05:10 m1t0z