Skip to content
Snippets Groups Projects
Commit 6b7bc72b authored by Will Binns-Smith's avatar Will Binns-Smith Committed by Marijn Haverbeke
Browse files

[meta addon] Add Embedded Ruby (erb) as a htmlembedded mode

The mime type is currently accounted for in the htmlembedded definition, but erb
is not listed in the `mode/meta.js` index.
parent 8b24724b
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
{name: "ECL", mime: "text/x-ecl", mode: "ecl", ext: ["ecl"]},
{name: "Eiffel", mime: "text/x-eiffel", mode: "eiffel", ext: ["e"]},
{name: "Embedded Javascript", mime: "application/x-ejs", mode: "htmlembedded", ext: ["ejs"]},
{name: "Embedded Ruby", mime: "application/x-erb", mode: "htmlembedded", ext: ["erb"]},
{name: "Erlang", mime: "text/x-erlang", mode: "erlang", ext: ["erl"]},
{name: "Fortran", mime: "text/x-fortran", mode: "fortran", ext: ["f", "for", "f77", "f90"]},
{name: "F#", mime: "text/x-fsharp", mode: "mllike", ext: ["fs"], alias: ["fsharp"]},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment