From bd22b28d39293310b25970ea619708e9c5333469 Mon Sep 17 00:00:00 2001 From: Dmitry Matveyev Date: Sun, 16 Jun 2019 11:53:19 +0300 Subject: [PATCH] Fix Dart highlighting of annotations --- rc/filetype/dart.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/dart.kak b/rc/filetype/dart.kak index f61dd365..c98f615b 100644 --- a/rc/filetype/dart.kak +++ b/rc/filetype/dart.kak @@ -73,7 +73,7 @@ evaluate-commands %sh{ add-highlighter shared/dart/code/ regex \b(${types})\b 0:type add-highlighter shared/dart/code/ regex \b(${values})\b 0:value add-highlighter shared/dart/code/ regex \b(${functions}) 2:function - add-highlighter shared/dart/code/ regex \b(${annotations})\b 0:meta + add-highlighter shared/dart/code/ regex (${annotations})\b 0:meta add-highlighter shared/dart/code/ regex \b(${classes})\b 0:module " }