codemirror 3.21
This commit is contained in:
+5
-2
@@ -18,6 +18,7 @@ CodeMirror.modeInfo = [
|
||||
{name: 'Eiffel', mime: 'text/x-eiffel', mode: 'eiffel'},
|
||||
{name: 'Erlang', mime: 'text/x-erlang', mode: 'erlang'},
|
||||
{name: 'Fortran', mime: 'text/x-fortran', mode: 'fortran'},
|
||||
{name: 'F#', mime: 'text/x-fsharp', mode: 'mllike'},
|
||||
{name: 'Gas', mime: 'text/x-gas', mode: 'gas'},
|
||||
{name: 'Gherkin', mime: 'text/x-feature', mode: 'gherkin'},
|
||||
{name: 'GitHub Flavored Markdown', mime: 'text/x-gfm', mode: 'gfm'},
|
||||
@@ -36,7 +37,8 @@ CodeMirror.modeInfo = [
|
||||
{name: 'JSON', mime: 'application/x-json', mode: 'javascript'},
|
||||
{name: 'JSON', mime: 'application/json', mode: 'javascript'},
|
||||
{name: 'TypeScript', mime: 'application/typescript', mode: 'javascript'},
|
||||
{name: 'Jinja2', mime: 'jinja2', mode: 'jinja2'},
|
||||
{name: 'Jinja2', mime: null, mode: 'jinja2'},
|
||||
{name: 'Julia', mime: 'text/x-julia', mode: 'julia'},
|
||||
{name: 'LESS', mime: 'text/x-less', mode: 'less'},
|
||||
{name: 'LiveScript', mime: 'text/x-livescript', mode: 'livescript'},
|
||||
{name: 'Lua', mime: 'text/x-lua', mode: 'lua'},
|
||||
@@ -44,9 +46,10 @@ CodeMirror.modeInfo = [
|
||||
{name: 'mIRC', mime: 'text/mirc', mode: 'mirc'},
|
||||
{name: 'Nginx', mime: 'text/x-nginx-conf', mode: 'nginx'},
|
||||
{name: 'NTriples', mime: 'text/n-triples', mode: 'ntriples'},
|
||||
{name: 'OCaml', mime: 'text/x-ocaml', mode: 'ocaml'},
|
||||
{name: 'OCaml', mime: 'text/x-ocaml', mode: 'mllike'},
|
||||
{name: 'Octave', mime: 'text/x-octave', mode: 'octave'},
|
||||
{name: 'Pascal', mime: 'text/x-pascal', mode: 'pascal'},
|
||||
{name: 'PEG.js', mime: null, mode: 'pegjs'},
|
||||
{name: 'Perl', mime: 'text/x-perl', mode: 'perl'},
|
||||
{name: 'PHP', mime: 'text/x-php', mode: 'php'},
|
||||
{name: 'PHP(HTML)', mime: 'application/x-httpd-php', mode: 'php'},
|
||||
|
||||
Reference in New Issue
Block a user