From 239dc69b9d9c219ad49f2bfa8af403ca8f75b2cf Mon Sep 17 00:00:00 2001 From: Tim Van Dijck Date: Mon, 22 Jul 2024 15:13:26 +0200 Subject: [PATCH] Fix --- app/Docs/Highlighting/JsxLanguage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Docs/Highlighting/JsxLanguage.php b/app/Docs/Highlighting/JsxLanguage.php index 970c0998..6d310268 100644 --- a/app/Docs/Highlighting/JsxLanguage.php +++ b/app/Docs/Highlighting/JsxLanguage.php @@ -15,9 +15,6 @@ public function getInjections(): array { return [ ...parent::getInjections(), - new JsxHtmlInjection(), -// new DiffAdditionInjection(), -// new DiffDeletionInjection(), ]; } }