gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

Indent lenght #73

Open orel1 opened 6 years ago

orel1 commented 6 years ago

Hello, I made some changes to allow the use of syntax highlighting in nested blocks, if the indentation is 4 spaces and not two. To do this, I added a global variable (g:markdown_indent_lenght) where to define the length of the indentation used. The default behavior is not changed.