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
While multiline comment languages are the norm, single line comment languages still persist.
That's no reason not to make those languages scriptable.
With the current design of the core inline transpiler, this would require a single change: the addition of a -LinePattern parameter.
Using -LinePattern, one could use a comment line sequence to denote the start and end of the section, and only pay attention to lines starting with -LinePattern between these two points.