You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current everistics doesn't catch multiline string definitions
export def ends-with-definition [
condition: string
]: nothing -> bool {
$condition=~ '(;|null|(?>[^\r\n]*\b(let|def|use)\b.*[^\r\n;]*))$'
}
"let a = r#'\"High up in the mountains, a Snake crawled and lay in a damp gorge, coiled into a knot, staring out at the sea.'#"| ends-with-definition $in
The text was updated successfully, but these errors were encountered:
The current everistics doesn't catch multiline string definitions
The text was updated successfully, but these errors were encountered: