stormwarning/language-jsont

background-source-video not detected

Opened this issue · 0 comments

lpke commented

{.background-source-video?} tags aren't being recognised by the language.

The fix, which I have applied manually for my own installation, is to add it to line 295 in sqsp.json
Here's that whole line copied and pasted:

"match": "((?:\\.|(?<=\\.or\\s))(?:collection(?:(?![a-z\\-])|TypeNameEquals)|comments|disqus|equal|background-source-video|even(?:(?![a-z\\-])|t)|excerpt|external-link|folder|index|location|main-image|odd|plural|promote(?:map|embed|image|code|quote|twitter|link|video|foursquare|instagram|form)|singular|video))(\\?)"

Note how I have added background-source-video after equal. Thanks :)