Skip to content

Commit 36cd6d4

Browse files
committed
Update links and meta
1 parent 1d7a6d7 commit 36cd6d4

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

mode/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ <h2>Language modes</h2>
4444
<li><a href="commonlisp/index.html">Common Lisp</a></li>
4545
<li><a href="crystal/index.html">Crystal</a></li>
4646
<li><a href="css/index.html">CSS</a></li>
47+
<li><a href="csv/index.html">CSV</a></li>
4748
<li><a href="cypher/index.html">Cypher</a></li>
4849
<li><a href="python/index.html">Cython</a></li>
4950
<li><a href="d/index.html">D</a></li>

mode/meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
{name: "Cython", mime: "text/x-cython", mode: "python", ext: ["pyx", "pxd", "pxi"]},
3232
{name: "Crystal", mime: "text/x-crystal", mode: "crystal", ext: ["cr"]},
3333
{name: "CSS", mime: "text/css", mode: "css", ext: ["css"]},
34+
{name: "CSV", mime: "text/csv", mode: "csv", ext: ["csv"]},
3435
{name: "CQL", mime: "text/x-cassandra", mode: "sql", ext: ["cql"]},
3536
{name: "D", mime: "text/x-d", mode: "d", ext: ["d"]},
3637
{name: "Dart", mimes: ["application/dart", "text/x-dart"], mode: "dart", ext: ["dart"]},

release.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ mode\ruby\ruby.js ^
4545
mode\rust\rust.js ^
4646
mode\python\python.js ^
4747
mode\plantuml\plantuml.js ^
48+
mode\csv\csv.js ^
4849
mode\shell\shell.js ^
4950
mode\php\php.js ^
5051
mode\sas\sas.js ^

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ mode/ruby/ruby.js \
5454
mode/rust/rust.js \
5555
mode/python/python.js \
5656
mode/plantuml/plantuml.js \
57+
mode/csv/csv.js \
5758
mode/shell/shell.js \
5859
mode/php/php.js \
5960
mode/sas/sas.js \

0 commit comments

Comments
 (0)