Skip to content

Commit 89f923c

Browse files
authored
feat: add lua-fenster (#147)
1 parent 45af165 commit 89f923c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,6 @@
177177
[submodule "addons/RavenscriptIDEA_withRavenM/module"]
178178
path = addons/RavenscriptIDEA_withRavenM/module
179179
url = https://github.com/RavenfieldCommunity/ravenscriptidea
180+
[submodule "addons/fenster/module"]
181+
path = addons/fenster/module
182+
url = https://github.com/jonasgeiler/lua-fenster-type-definitions.git

addons/fenster/info.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3+
"name": "lua-fenster",
4+
"description": "Definitions for the lua-fenster library."
5+
}

addons/fenster/module

Submodule module added at 5a7e9cd

0 commit comments

Comments
 (0)