Dirty markup

This commit is contained in:
He4eT 2021-03-02 01:28:45 +05:00
commit dddf378977
5 changed files with 131 additions and 27 deletions

View file

@ -1,5 +1,4 @@
import bocfel from 'emglken/src/bocfel.js'
import glulxe from 'emglken/src/glulxe.js'
import git from 'emglken/src/git.js'
import hugo from 'emglken/src/hugo.js'
import tads from 'emglken/src/tads.js'
@ -10,11 +9,6 @@ const formats = [
extensions: /z([3458]|blorb)$/,
engine: bocfel
},
{
id: 'glulxe',
extensions: /(gblorb|ulx)$/,
engine: glulxe
},
{
id: 'git',
extensions: /(gblorb|ulx)$/,