From 24d9dcc942f8a00af682b9032575f8a5864efdc5 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 25 May 2026 19:43:02 -0700 Subject: fixed the vim comment highlighting thing it needed to be a zero-width assertion, performance notwithstanding Force-Push: yes Change-Id: I033e3671401041406c247dcffa6b244c40544fd7 --- vim/syntax/evocation.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/syntax/evocation.vim b/vim/syntax/evocation.vim index bb5094f..973f0c1 100644 --- a/vim/syntax/evocation.vim +++ b/vim/syntax/evocation.vim @@ -1,6 +1,6 @@ " Don't use keywords, they don't have the correct delimiters. -syn region evocationComment start="\(^\|\s\)\zs\~\($\|\s\)" end="$" +syn region evocationComment start="\(^\|\s\)\@<=\~\($\|\s\)" end="$" syn region evocationString start=_\(^\|\s\)\zss"\ze\($\|\s\)_ end=_"_ syn region evocationString start=_\(^\|\s\)\zs\."\ze\($\|\s\)_ end=_"_ -- cgit 1.4.1