Formats Lua code embedded within your Vim files. Embedded Lua blocks are identified by the delimiters: lua << EOF -- Lua code here EOF These blocks are formatted using StyLua. Note: If embedded Lua ...
when colon is used inside lua code which is defined inside macro, it doesn't work (probably the line gets split as macro parser is not sensitive to lua blocks). Needs example, there is 7.4 in docs ...