Skip to content

Commit c9b28f6

Browse files
committed
[powershell mode] Integrate
Issue codemirror#3911
1 parent 95f6840 commit c9b28f6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

doc/compress.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ <h2>Script compression helper</h2>
182182
<option value="http://codemirror.net/mode/perl/perl.js">perl.js</option>
183183
<option value="http://codemirror.net/mode/php/php.js">php.js</option>
184184
<option value="http://codemirror.net/mode/pig/pig.js">pig.js</option>
185+
<option value="http://codemirror.net/mode/powershell/powershell.js">powershell.js</option>
185186
<option value="http://codemirror.net/mode/properties/properties.js">properties.js</option>
186187
<option value="http://codemirror.net/mode/protobuf/protobuf.js">protobuf.js</option>
187188
<option value="http://codemirror.net/mode/python/python.js">python.js</option>

mode/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ <h2>Language modes</h2>
103103
<li><a href="asciiarmor/index.html">PGP (ASCII armor)</a></li>
104104
<li><a href="php/index.html">PHP</a></li>
105105
<li><a href="pig/index.html">Pig Latin</a></li>
106+
<li><a href="powershell/index.html">PowerShell</a></li>
106107
<li><a href="properties/index.html">Properties files</a></li>
107108
<li><a href="protobuf/index.html">ProtoBuf</a></li>
108109
<li><a href="puppet/index.html">Puppet</a></li>

mode/meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
{name: "Pig", mime: "text/x-pig", mode: "pig", ext: ["pig"]},
103103
{name: "Plain Text", mime: "text/plain", mode: "null", ext: ["txt", "text", "conf", "def", "list", "log"]},
104104
{name: "PLSQL", mime: "text/x-plsql", mode: "sql", ext: ["pls"]},
105+
{name: "PowerShell", mime: "application/x-powershell", mode: "powershell"},
105106
{name: "Properties files", mime: "text/x-properties", mode: "properties", ext: ["properties", "ini", "in"], alias: ["ini", "properties"]},
106107
{name: "ProtoBuf", mime: "text/x-protobuf", mode: "protobuf", ext: ["proto"]},
107108
{name: "Python", mime: "text/x-python", mode: "python", ext: ["py", "pyw"]},

0 commit comments

Comments
 (0)