rename addon to luals

This commit is contained in:
TopchetoEU 2025-02-06 17:45:40 +02:00
parent a9c1cf9dda
commit 5ed6f192b1
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4
12 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
/* /*
!/addon/ !/luals/
!/build/ !/build/
!/core/ !/core/
!/mod/ !/mod/

View File

@ -1,5 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_config.schema.json", "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_config.schema.json",
"name": "TAL",
"words": ["array%s*%{"], "words": ["array%s*%{"],
"settings": { "settings": {
"Lua.runtime.version" : "LuaJIT", "Lua.runtime.version" : "LuaJIT",

6
luals/TAL/info.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "TAL",
"description": "Definitions for TAL 1312321313123213",
"hasPlugin": false
}