gitRefPattern top-level property

RegExp gitRefPattern
final

Pattern for git ref mentions: @branch:name or @commit:hash

Implementation

final gitRefPattern = RegExp(r'@(branch|commit|tag):(\S+)', multiLine: true);