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

[language] allow multiline strings

This commit is contained in:
Étienne Fildadut 2024-01-16 15:52:02 +01:00
parent eaadb4ace6
commit a702f250f9
13 changed files with 38 additions and 39 deletions

View file

@ -4,8 +4,7 @@
--- text ---
| {}"quote " {}"\"" {}"" |
--- text ---
| {}"other codes " {}"\
" {}" " {}"\\" {}" " {}"\9" {}"" |
| {}"other codes " {}"\n" {}" " {}"\" {}" " {}"\t" {}"" |
--- text ---
| {}"decorators " {}"#" {}" tag " {}"~" {}" condition " {}"$" {}" fn" |
--- text ---