Glench / Vim-Jinja2-Syntax

An up-to-date jinja2 syntax file.
https://github.com/mitsuhiko/jinja2
BSD 3-Clause "New" or "Revised" License
343 stars 64 forks source link

Adding detection of '%+' and '+%' whitespace syntax #34

Closed threewholefish closed 3 years ago

threewholefish commented 3 years ago

As of at least version 2.9.x, it is possible to use {%+ and +%} as tag delimiters to disable the _lstripblocks option's behaviour, but this was not being searched for.

Glench commented 3 years ago

Excellent, thanks for the pull request!