From 1e6fc5f73bff355781f8afedba236f72338b80d6 Mon Sep 17 00:00:00 2001 From: Hyro Date: Wed, 1 Mar 2023 14:34:06 +0100 Subject: [PATCH] tags: remove lookbehinds tag --- files/tags.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/files/tags.toml b/files/tags.toml index 620792a..007aa0c 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -96,11 +96,3 @@ 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]() -"""