From 217d957f98188cddcb743d4abfed2fcd229fb57d Mon Sep 17 00:00:00 2001 From: Hyro Date: Fri, 26 Aug 2022 12:48:14 +0200 Subject: [PATCH 1/2] feat: add lookbehind tag --- files/tags.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/tags.toml b/files/tags.toml index 1566edd..1cfb8b4 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -96,3 +96,11 @@ content = """ Its **low-level control over memory** and **lack of hidden control flow**, whilst retaining **simplicity** and **flexibility**, makes building _fast_ software (in development time as well) relatively easier. """ + +[lookbehinds] +keywords = ["lookbehinds", "regex", "jsc", "discord.js"] +content = """ +Bun (i.e. JavaScriptCore) does not currently support regex lookbehinds. ([#314]()) + +If you need to use lookbehinds, you can use an alternative. Read more [here]() +""" From 32165a512a65b3f1a03f9085cff20a159605dcb6 Mon Sep 17 00:00:00 2001 From: Hyro Date: Fri, 26 Aug 2022 12:50:23 +0200 Subject: [PATCH 2/2] resolve problems --- files/tags.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tags.toml b/files/tags.toml index 1cfb8b4..15a96a9 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -86,13 +86,13 @@ Update to latest version using: curl https://bun.sh/install | bash +++ -or install latest *-baseline build from [GitHub Releases](https://github.com/oven-sh/bun/releases) +or install latest *-baseline build from [GitHub Releases]() """ [why-zig] keywords = ["why-zig", "zig", "zig-lang", "zig lang bun"] content = """ -[**Zig**](https://ziglang.org/) is a general-purpose programming language and toolchain for maintaining **robust**, **optimal** and **reusable** software. +[**Zig**]() is a general-purpose programming language and toolchain for maintaining **robust**, **optimal** and **reusable** software. Its **low-level control over memory** and **lack of hidden control flow**, whilst retaining **simplicity** and **flexibility**, makes building _fast_ software (in development time as well) relatively easier. """