etlua icon indicating copy to clipboard operation
etlua copied to clipboard

Embedded Lua templates

Results 6 etlua issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot...

Re: [#5](https://github.com/leafo/etlua/issues/5) 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...