Skip to content

Latest commit

 

History

254 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages