From 9e964051285410925c4a519c254d5d2665e2a174 Mon Sep 17 00:00:00 2001 From: aloispichler <45781387+aloispichler@users.noreply.github.com> Date: Thu, 17 Feb 2022 10:36:03 +0100 Subject: [PATCH] Update core.vim conceal \colon as well, the same way as \coloneqq --- autoload/vimtex/syntax/core.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/vimtex/syntax/core.vim b/autoload/vimtex/syntax/core.vim index 4f655fe114..4ee8dfb4cd 100644 --- a/autoload/vimtex/syntax/core.vim +++ b/autoload/vimtex/syntax/core.vim @@ -1492,6 +1492,7 @@ let s:cmd_symbols = [ \ ['implies', '⇒'], \ ['choose', 'C'], \ ['sqrt', '√'], + \ ['colon', ':'], \ ['coloneqq', '≔'], \]