From c7c43e0afddf2af1bc40c3abbf8551da73136d2d Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Mon, 23 Oct 2023 17:21:59 +0200 Subject: Added syntax for FreeFEM++, MARTe2 framework and CUE (#322) * added support to FreeFEM++ syntax * added support to MARTe2 Configuration language * updated with new language support * Update language_marte.lua * Update plugins/language_marte.lua Co-authored-by: Guldoman * added languages * fixed whitespace and new line * Added CUE syntax * reformatted * removed tabs * fixed issue with char * formatted and removed duplicated key * fixed lname and added structure identifier * removed lite-xl version * Update plugins/language_cue.lua Co-authored-by: Guldoman --------- Co-authored-by: Martino Ferrari Co-authored-by: Guldoman --- manifest.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 8649e96..277665b 100644 --- a/manifest.json +++ b/manifest.json @@ -636,6 +636,14 @@ "mod_version": "3", "tags": ["language"] }, + { + "description": "Syntax for the [CUE](http://cuelang.org) definition and validation programming language", + "version": "0.1", + "path": "plugins/language_cue.lua", + "id": "language_cue", + "mod_version": "3", + "tags": ["language"] + }, { "description": "Syntax for the [D](https://dlang.org/) programming language", "version": "0.2", @@ -660,6 +668,14 @@ "mod_version": "3", "tags": ["language"] }, + { + "description": "Syntax for [FreeFEM++](http://freefem.org) programming language", + "version": "0.1", + "path": "plugins/language_edp.lua", + "id": "language_edp", + "mod_version": "3", + "tags": ["language"] + }, { "description": "Syntax for the [Elixir](https://elixir-lang.org) programming language", "version": "0.2", @@ -901,6 +917,14 @@ "mod_version": "3", "tags": ["language"] }, + { + "description": "Syntax for [MARTe2](https://vcis.f4e.europa.eu/marte2-docs/master/html/index.html) configuration language", + "version": "0.1", + "path": "plugins/language_marte.lua", + "id": "language_marte", + "mod_version": "3", + "tags": ["language"] + }, { "description": "Syntax for the [Meson](https://mesonbuild.com) build system language", "version": "0.1", -- cgit v1.2.3