mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Dirty markup
This commit is contained in:
parent
26760082f9
commit
dddf378977
5 changed files with 131 additions and 27 deletions
|
|
@ -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)$/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue