1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 17:19:31 +00:00

More configurable handling of whitespace before decorators

This commit is contained in:
Étienne Fildadut 2021-11-27 14:29:29 +01:00
parent e2b95b751b
commit b9b59547ff
7 changed files with 124 additions and 36 deletions

View file

@ -1,8 +1,8 @@
local _={}
_[7]={}
_[6]={}
_[5]={tags=_[7],text="ok bis"}
_[4]={tags=_[6],text="ok"}
_[5]={text="ok bis",tags=_[7]}
_[4]={text="ok ",tags=_[6]}
_[3]={_[4],_[5]}
_[2]={"return"}
_[1]={"text",_[3]}
@ -10,7 +10,7 @@ return {_[1],_[2]}
--[[
{ "text", { {
tags = {},
text = "ok"
text = "ok "
}, {
tags = {},
text = "ok bis"