From 91f6eff97298bcc82d7dc3c7dbcea8a452fe0fc2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 31 May 2025 14:14:13 +0300 Subject: [PATCH] Less general syntax name --- VIM | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VIM b/VIM index c8e9fdb..ad6535a 100644 --- a/VIM +++ b/VIM @@ -18,5 +18,5 @@ Square bracketed links can be highlighted with: Command ([FORMAT]) lines can be highlighted with: - syntax match command /^.* $/ - highlight command ctermbg=blue + syntax match swgCmd /^.* $/ + highlight swgCmd ctermbg=blue -- 2.48.1