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

Update README, bump version

This commit is contained in:
Étienne Fildadut 2022-09-10 17:59:22 +09:00
parent 1263c32572
commit 7b756ad092
7 changed files with 137 additions and 25 deletions

View file

@ -62,13 +62,22 @@ common = {
["\\t"] = "\t",
-- string interpolation
["\\{"] = "{",
["\\}"] = "}",
-- subtext
["\\["] = "[",
["\\]"] = "]",
-- end of text line expressions
["\\~"] = "~",
["\\#"] = "#",
-- decorators
["\\$"] = "$"
["\\$"] = "$",
-- line types
["\\("] = "(",
["\\>"] = ">",
["\\%"] = "%",
["\\§"] = "§",
["\\@"] = "@",
["\\:"] = ":",
},
-- list of possible injections and their associated name in vm.state.inject
injections = {