etlua
etlua copied to clipboard
Embedded Lua templates
Lexer is just made. Note- I could not make it highlight Lua inside quoted strings. To install: Plugins / Addon Manager / Install, type "etlua" to find it. @artem3213212  Is there a chance the syntax could be extended, following the Lua pattern of multiline strings, to something like: ```lua [==[ variable nuimber of extensions as long as...
I would like to understand how to deal with sub-template when we are outside of Lapis? I had tested something like that ``` Hello ``` But it's not working ......
I'm using etlua in [a tiny static site generator](https://github.com/jaredkrinke/luasmith) because it's small and simple. I love it! One issue I've run into is that when an error occurs during templating...