Fix Dart highlighting of annotations

This commit is contained in:
Dmitry Matveyev 2019-06-16 11:53:19 +03:00
parent 9d52822702
commit bd22b28d39

View File

@ -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
"
}