From: Sergey Matveev Date: Sat, 31 May 2025 11:14:13 +0000 (+0300) Subject: Less general syntax name X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=91f6eff97298bcc82d7dc3c7dbcea8a452fe0fc2;p=swg.git Less general syntax name --- 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