Not getting syntax highlighting for JS sections
Picture's worth 24.5 words:

I changed laptops, and moved all my config files over, but of course, some things don't work. This be one of 'em : )
Gnome Terminal version 3.28.2
# GNOME Terminal 3.28.2 using VTE 0.52.2 +GNUTLS -PCRE2
Neovim version: NVIM v0.2.2
Also, listed the question on the Vi Stack Exchange: https://vi.stackexchange.com/questions/17903/fixing-pug-syntax-highlighting, seemed to help a bit.
Moll's advice form the issue #98 was great.
Adding syn region pugJavascriptLine start=/^\s*-/ end=/$/ contains=@htmlJavascript
Resolved the issue.
Shall I set up a pull request?
That advice did not resolve this issue for me. After a taking a deep dive into pug.vim and the docs I have a bit of a fix. Would like to submit a PR if that's alright.
@meloncatty can you check out the newly introduced issues this fix added in issue #112 ?