From 3b41dbfa2338c11dd8398026c00922f20f32dc81 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sun, 17 May 2026 17:29:09 -0700 Subject: implement log-load-create; add all the pack/unpack stuff to core.e Force-Push: yes Change-Id: I04dd65a9eec71f9b50c8875bdcbe5d4be59888d5 --- vim/syntax/evocation.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/syntax') diff --git a/vim/syntax/evocation.vim b/vim/syntax/evocation.vim index de3bd66..62042ae 100644 --- a/vim/syntax/evocation.vim +++ b/vim/syntax/evocation.vim @@ -21,6 +21,7 @@ syn match evocationNumber "\(^\|\s\)\zs-\?0o[0-7]\+\ze\($\|\s\)" syn match evocationNumber "\(^\|\s\)\zs-\?0x[0-9a-fA-F]\+\ze\($\|\s\)" syn match evocationOperator "\(^\|\s\)\zs[.,&|@!]\ze\($\|\s\)" +syn match evocationOperator "\(^\|\s\)\zs\(8\|16\|32\)[@!]\ze\($\|\s\)" syn match evocationLogic "\(^\|\s\)\zs&&\ze\($\|\s\)" syn match evocationLogic "\(^\|\s\)\zs||\ze\($\|\s\)" -- cgit 1.4.1