From fa434bc6f71384e9a7a053b42697d64da31c3f11 Mon Sep 17 00:00:00 2001 From: Hannes Date: Wed, 3 Jun 2026 20:09:47 +0200 Subject: [PATCH] add rethrow highlight --- languages/dart/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/dart/highlights.scm b/languages/dart/highlights.scm index c45cc7a..49b0be3 100644 --- a/languages/dart/highlights.scm +++ b/languages/dart/highlights.scm @@ -313,6 +313,7 @@ "throw" "catch" "finally" + (rethrow_builtin) (break_statement) ] @keyword.exception