From 217d957f98188cddcb743d4abfed2fcd229fb57d Mon Sep 17 00:00:00 2001 From: Hyro Date: Fri, 26 Aug 2022 12:48:14 +0200 Subject: [PATCH] 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]() +"""