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(), ]; } }