Skip to content

Commit 86560da

Browse files
committed
[fcl mode] Integrate
Issue codemirror#3790
1 parent 6792348 commit 86560da

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
@@ -140,6 +140,7 @@ <h2>Script compression helper</h2>
140140
<option value="http://codemirror.net/mode/elm/elm.js">eml.js</option>
141141
<option value="http://codemirror.net/mode/erlang/erlang.js">erlang.js</option>
142142
<option value="http://codemirror.net/mode/factor/factor.js">factor.js</option>
143+
<option value="http://codemirror.net/mode/fcl/fcl.js">fcl.js</option>
143144
<option value="http://codemirror.net/mode/forth/forth.js">forth.js</option>
144145
<option value="http://codemirror.net/mode/fortran/fortran.js">fortran.js</option>
145146
<option value="http://codemirror.net/mode/gfm/gfm.js">gfm.js</option>

mode/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ <h2>Language modes</h2>
5959
<li><a href="elm/index.html">Elm</a></li>
6060
<li><a href="erlang/index.html">Erlang</a></li>
6161
<li><a href="factor/index.html">Factor</a></li>
62+
<li><a href="fcl/index.html">FCL</a></li>
6263
<li><a href="forth/index.html">Forth</a></li>
6364
<li><a href="fortran/index.html">Fortran</a></li>
6465
<li><a href="mllike/index.html">F#</a></li>

mode/meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
{name: "Embedded Ruby", mime: "application/x-erb", mode: "htmlembedded", ext: ["erb"]},
4848
{name: "Erlang", mime: "text/x-erlang", mode: "erlang", ext: ["erl"]},
4949
{name: "Factor", mime: "text/x-factor", mode: "factor", ext: ["factor"]},
50+
{name: "FCL", mime: "text/x-fcl", mode: "fcl"},
5051
{name: "Forth", mime: "text/x-forth", mode: "forth", ext: ["forth", "fth", "4th"]},
5152
{name: "Fortran", mime: "text/x-fortran", mode: "fortran", ext: ["f", "for", "f77", "f90"]},
5253
{name: "F#", mime: "text/x-fsharp", mode: "mllike", ext: ["fs"], alias: ["fsharp"]},

0 commit comments

Comments
 (0)