You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there seems to be a problem with the way the source.js.embedded.jade scope is terminated. let me show you what i mean:
(A) these work
(B) these don't, but should
notice the change in color of the body tag, this should be blue like all the other tags
the weirdest issue is that (A1) and (A2) work, the only difference being how much white space there is on line 5; but (B3), (B4), and (B5) do not. (B3) actually puts the newline between (A1) and (A2) and intermediately doesn't want to work.
i'm aware you're no longer actively maintaining this project and that you are accepting pull requests. my regex-foo isn't good enough to make a fix and i think for now this is the best place to make issues visible.
there seems to be a problem with the way the source.js.embedded.jade scope is terminated. let me show you what i mean:
(A) these work
(B) these don't, but should
notice the change in color of the body tag, this should be blue like all the other tags
the weirdest issue is that (A1) and (A2) work, the only difference being how much white space there is on line 5; but (B3), (B4), and (B5) do not. (B3) actually puts the newline between (A1) and (A2) and intermediately doesn't want to work.
i'm aware you're no longer actively maintaining this project and that you are accepting pull requests. my regex-foo isn't good enough to make a fix and i think for now this is the best place to make issues visible.