lua
What is a .lua file?
text/x-lua
Lua (.lua) is a lightweight embeddable scripting language source format common in games and configuration hosts.
How to use a .lua file
Use example .lua files to test Lua parsers, embedder loaders, and highlighters on tables, methods, and coroutines.
Download example .lua files
- Lua HelloMinimal Lua hello for embedder and syntax-highlight tests.
- Lua TableLua table with method colon syntax for parsers.
- Lua CoroutineTiny Lua coroutine yield loop for language tooling.
- Lua — Intentionally InvalidIntentionally invalid Lua table for error handling.
- Lua Metatable SAMPLELua Metatable SAMPLE for Wave G language-tooling coverage.