diff --git a/doc/nvim-lua-guide.txt b/doc/nvim-lua-guide.txt index 1e08688..f23c776 100644 --- a/doc/nvim-lua-guide.txt +++ b/doc/nvim-lua-guide.txt @@ -1573,10 +1573,17 @@ Olical/conjure: https://github.com/Olical/conjure plugin provides an interactive development environment that supports Fennel among other languages . +- Teal: https://github.com/teal-language/tl + +The name Teal comes from pronouncing TL typed lua . This is exactly +what it tries to do - add strong typing to lua while otherwise +remaining close to standard lua syntax. The nvim-teal-maker: +https://github.com/svermeulen/nvim-teal-maker plugin can be used to +write Neovim plugins or configuration files directly in Teal + Other interesting projects: - TypeScriptToLua/TypeScriptToLua: https://github.com/TypeScriptToLua/TypeScriptToLua -- teal-language/tl: https://github.com/teal-language/tl - Haxe: https://haxe.org/ - SwadicalRag/wasm2lua: https://github.com/SwadicalRag/wasm2lua - hengestone/lua-languages: https://github.com/hengestone/lua-languages