From 56922524e21862039837b926cc4d124e80320097 Mon Sep 17 00:00:00 2001 From: Hyro Date: Fri, 26 Aug 2022 12:56:22 +0200 Subject: [PATCH] tags(lookbehinds): highlight --- files/tags.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/tags.toml b/files/tags.toml index 15a96a9..620792a 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -100,7 +100,7 @@ Its **low-level control over memory** and **lack of hidden control flow**, whils [lookbehinds] keywords = ["lookbehinds", "regex", "jsc", "discord.js"] content = """ -Bun (i.e. JavaScriptCore) does not currently support regex lookbehinds. ([#314]()) +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]() """