From 2e1afe5c6c1b124734131778a67a48f7f7fc9e74 Mon Sep 17 00:00:00 2001 From: Alfian Busyro Date: Fri, 20 Nov 2020 18:48:13 +0900 Subject: [PATCH] Add Salesforce Lightning Web Component (#867) Co-authored-by: Richie Bendall --- l/lwc.html | 7 +++++++ readme.md | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 l/lwc.html diff --git a/l/lwc.html b/l/lwc.html new file mode 100644 index 00000000..68c5e11d --- /dev/null +++ b/l/lwc.html @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/readme.md b/readme.md index 253bd0c8..4a03b45b 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (713 total) +## Languages (714 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -418,6 +418,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Lsl](l/lsl.lsl) * [Lua](l/lua.lua) * [Lua Grimex](l/lua_grimex.j) +* [Lwc](l/lwc.html) * [Löve](l/L%C3%B6ve.lua) * [M4](m/m4.m4) * [Maclisp](m/maclisp.lisp)