Skip to content

Commit eb567ba

Browse files
committed
Change from groovy to charp in codemirror configuration
1 parent f8d21d6 commit eb567ba

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/hudson/plugins/powershell/PowerShell

1 file changed

+1
-1
lines changed

src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ THE SOFTWARE.
2626

2727
<f:entry title="${%Command}" description="${%description(rootURL)}">
2828
<f:textarea name="command" value="${instance.command}" checkMethod="post" codemirror-mode="clike"
29-
codemirror-config='"mode": "text/x-groovy", "lineNumbers": true, "matchBrackets": true'/>
29+
codemirror-config='"mode": "text/x-csharp", "lineNumbers": true, "matchBrackets": true'/>
3030
</f:entry>
3131

3232
<f:entry field="stopOnError" title="Stop On Errors">

0 commit comments

Comments
 (0)