We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d21d6 commit eb567baCopy full SHA for eb567ba
src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly
@@ -26,7 +26,7 @@ THE SOFTWARE.
26
27
<f:entry title="${%Command}" description="${%description(rootURL)}">
28
<f:textarea name="command" value="${instance.command}" checkMethod="post" codemirror-mode="clike"
29
- codemirror-config='"mode": "text/x-groovy", "lineNumbers": true, "matchBrackets": true'/>
+ codemirror-config='"mode": "text/x-csharp", "lineNumbers": true, "matchBrackets": true'/>
30
</f:entry>
31
32
<f:entry field="stopOnError" title="Stop On Errors">
0 commit comments