From 9af1b96f0f1cc574c001f4951704a1733ee32e6c Mon Sep 17 00:00:00 2001 From: Aziz Mazouz Jaber <52936496+kemzops@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:00:30 +0200 Subject: Embedded JavaScript templating syntax support (#363) * Embedded JavaScript templating syntax support language_ejs.lua file, fork of language_html.lua to support .ejs files. * Update README.md * Update manifest.json * Update manifest.json * Pattern for ejs tags <%%> `<%%>` now uses javascript syntax without any problems. * Update language_ejs.lua function instead of operator (i was testing something and uploaded without saving :) * Update language_ejs.lua --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4db0b19..b42d339 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_wren`](plugins/language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language | | [`language_yaml`](plugins/language_yaml.lua?raw=1) | Syntax for [YAML](https://yaml.org/) serialization language | | [`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language | +| [`language_ejs`](plugins/language_ejs.lua?raw=1) | Syntax for the [EJS](https://ejs.co/) javascript template engine | ## Libraries -- cgit v1.2.3