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

Add text buffer syntax

This commit is contained in:
Étienne Fildadut 2022-09-27 17:05:06 +09:00
parent ccaa40a99d
commit e9606cdee0
13 changed files with 345 additions and 145 deletions

View file

@ -97,6 +97,7 @@ local function parse_line(line, state, namespace, parent_function)
elseif lr:match("^%%") then
r.subtype = "class"
r.resume_boundary = true
r.properties = true
allow_params = false
allow_assign = false
elseif lr:match("^%!") then