diff options
author | Martino Ferrari <manda.mgf@gmail.com> | 2023-10-23 17:21:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 17:21:59 +0200 |
commit | c7c43e0afddf2af1bc40c3abbf8551da73136d2d (patch) | |
tree | 38514029d0a569de2c1372488dae5114333781e6 /README.md | |
parent | e0f0abb5d24af77f0afe057cd8e17fb120ca971c (diff) | |
download | lite-xl-plugins-c7c43e0afddf2af1bc40c3abbf8551da73136d2d.tar.gz lite-xl-plugins-c7c43e0afddf2af1bc40c3abbf8551da73136d2d.zip |
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 <giulio.lettieri@gmail.com>
* 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 <giulio.lettieri@gmail.com>
---------
Co-authored-by: Martino Ferrari <martinogiordano.ferrari@iter.org>
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -186,9 +186,11 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_containerfile`](https://github.com/FilBot3/lite-xl-language-containerfile)\* | Syntax for [Containerfile](https://github.com/containers/common/blob/main/docs/Containerfile.5.md)/[Dockerfile](https://docs.docker.com/engine/reference/builder/) | | [`language_crystal`](https://github.com/Tamnac/lite-plugin-crystal)\* | Syntax for the [Crystal](https://crystal-lang.org) programming language | | [`language_csharp`](plugins/language_csharp.lua?raw=1) | Syntax for the [C#](http://csharp.net) programming language | +| [`language_cue`](plugins/language_cue.lua?raw=1) | Syntax for the [CUE](http://cuelang.org) definition and validation programming language | | [`language_d`](plugins/language_d.lua?raw=1) | Syntax for the [D](https://dlang.org/) programming language | | [`language_dart`](plugins/language_dart.lua?raw=1) | Syntax for the [Dart](https://dart.dev/) programming languiage | | [`language_diff`](plugins/language_diff.lua?raw=1) | Syntax for diff and patch files | +| [`language_edp`](plugins/language_edp.lua?raw=1) | Syntax for [FreeFEM++](http://freefem.org) programming language | | [`language_elixir`](plugins/language_elixir.lua?raw=1) | Syntax for the [Elixir](https://elixir-lang.org) programming language | | [`language_elm`](plugins/language_elm.lua?raw=1) | Syntax for the [Elm](https://elm-lang.org) programming language | | [`language_env`](https://github.com/anthonyaxenov/lite-xl-env-syntax)\* | Syntax for the [env](https://hexdocs.pm/dotenvy/dotenv-file-format.html) (dotenv) files | @@ -219,6 +221,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_lobster`](plugins/language_lobster.lua?raw=1) | Syntax for [Lobster](https://strlen.com/lobster/) programming language | | [`language_lox`](plugins/language_lox.lua?raw=1) | Syntax for the [Lox](http://craftinginterpreters.com/the-lox-language.html) programming language, featured in the book '[Crafting Interpreters](http://craftinginterpreters.com/)'. | | [`language_make`](plugins/language_make.lua?raw=1) | Syntax for the Make build system language | +| [`language_marte`](plugins/language_marte.lua?raw=1) | Syntax for [MARTe2](https://vcis.f4e.europa.eu/marte2-docs/master/html/index.html) configuration language | | [`language_meson`](plugins/language_meson.lua?raw=1) | Syntax for the [Meson](https://mesonbuild.com) build system language | | [`language_miniscript`](plugins/language_miniscript.lua?raw=1) | Syntax for the [MiniScript](https://miniscript.org) programming language | | [`language_moon`](plugins/language_moon.lua?raw=1) | Syntax for the [MoonScript](https://moonscript.org) scripting language | |