Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; -*- mode: Lisp;-*-
- (sources
- /src/main/misc/
- /src/main/skyos/
- )
- (doc
- (destination build/docs/lua)
- (index doc/index.md)
- (site
- (title "SkyDocs")
- ;;(logo src/main/resources/pack.png)
- (url https://skydocs.madefor.cc/)
- (styles src/web/styles.css)
- (scripts build/rollup/index.js)
- (head doc/head.html)))
- (at /
- (linters
- syntax:string-index)
- (lint
- (bracket-spaces
- (call no-space)
- (function-args no-space)
- (parens no-space)
- (table space)
- (index no-space))
- (globals
- :max
- _CC_DEFAULT_SETTINGS
- _CC_DISABLE_LUA51_FEATURES
- ;; Ideally we'd pick these up from bios.lua, but illuaminate currently
- ;; isn't smart enough.
- sleep write printError read rs)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement