Skip to content

beyond-all-reason/recoil-lua-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Recoil LuaLS Library

Lua Language Server types for Recoil Engine.

Usage

Add this as a submodule of your Recoil project.

git submodule add https://github.com/beyond-all-reason/recoil-lua-library

Then create .luarc.json at root with the following options:

{
  "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
  "runtime.version": "Lua 5.1",
  "completion.requireSeparator": "/",
  "runtime.path": [
    "?",
    "?.lua"
  ],
  "workspace.library": [
    "recoil-lua-library"
  ],
  "runtime.special": {
    "VFS.Include": "require",
    "include": "require",
    "shard_include": "require"
  }
}

About

LuaLS Library for Recoil RTS engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages