diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 320f1bb..81e06c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1305,6 +1305,14 @@ "remote": "https://github.com/adamharrison/lite-xl-terminal.git:89788ede70768726cf60b5c3049f1fc67bea46cd" }, { + "description": "Allows you to play tetris directly in the editor.", + "version": "0.1", + "path": "plugins/tetris.lua", + "id": "tetris", + "tags": ["game"], + "mod_version": 3 + }, + { "description": "Compile Tex files into PDF", "version": "0.1", "path": "plugins/texcompile.lua", |