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', '≔'], \]