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:
parent
1263c32572
commit
7b756ad092
7 changed files with 137 additions and 25 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue