Fast-track your developers and devops engineers by allowing them to programmatically copy-paste / deploy changes and work offline
137
stars
36
forks
source link
[BUG] dont recognize code as SSJS if the script tag has "language=ampscript" in it #1511
Closed
JoernBerkefeld closed 3 months ago
Is there an existing issue for this?
Current Behavior
<script runat="server" language="ampscript">
or<script language="ampscript" runat="server">
or uppercase versions...Expected Behavior
treat as html or ampscript and dont bother parsing.
Steps To Reproduce
Version
7.1.1
Environment
Participation
Additional comments
No response