From a36979e1c9426a261213d925fb489181460f0a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Wed, 11 Sep 2024 22:52:35 +0200 Subject: [PATCH] =?UTF-8?q?Update=20language=20expos=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/resources/languages.xmq | 144 ++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) diff --git a/web/resources/languages.xmq b/web/resources/languages.xmq index 612b5cd..4c89edd 100644 --- a/web/resources/languages.xmq +++ b/web/resources/languages.xmq @@ -999,6 +999,43 @@ list { in configs' } + lang { + name = ICL + info = 'ICL is a configuration language, that aims to provide a concise and elegant way to describe your configurations files. [configuration generator language]' + year = 2017 + by = 'Mahieddine Cherif' + url = https://github.com/archipaorg/icl + example = ( '::image "mysql" as MySQL { + + ' + + 'url = "mysql:5.6", + + ' + + 'port = 3306 + } + app "hello-world" { + name = "this is + + ' + + + 'a multiline + string", + price = +4.5 + } + app "hello-world" { + icon = <<