Closed cenouro closed 6 years ago
Feel free to submit a PR for this, otherwise this will be a pretty low-priority fix. This bug would have been around for a very long time now, and either it hasn't bothered anyone or you're the first to notice it! :)
I'm trying to use Vim fold markers (defaults are
{{{
and}}}
, inside comments). On a normalyaml
file, they are classified correctly asyamlComment
; on ayaml.ansible
file, they are classified asjinjaVarDelim
and are highlighted incorrectly.All my tests have been done using the following Vim command:
:echo synIDattr(synID(line("."),col("."),1), "name")