I've been trying to write a swig syntax highlight file for vim and I've run into a bit of an issue.
Everything is working okay so far but it's not highlighting inside of html strings. I've looked around and I'm using containedin=htmlString but it's still not highlighting. Also htmlLink is showing the strange grayish color.
I am using this to see what syntax applies and it's saying htmlString and htmlLink as I expected.
Here is a gist of my .vim syntax file
here is a screenshot of what I'm seeing:
I expect <a href="{{ config.root}}... etc to have the curly braces highlighted
I also read this question and it didn't help me or I didn't understand it