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:
parent
e2b95b751b
commit
b9b59547ff
7 changed files with 124 additions and 36 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue