From a03854f45e76fa41f007536b8c858e2d0aa93f2d Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Wed, 13 Oct 2004 14:33:37 +0000 Subject: added TRUE FALSE next to true false as stdlib.hch supports those --- Tools/vim/Syntax/hcc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/vim/Syntax/hcc.vim b/Tools/vim/Syntax/hcc.vim index f8adef4..2d200a7 100644 --- a/Tools/vim/Syntax/hcc.vim +++ b/Tools/vim/Syntax/hcc.vim @@ -244,7 +244,7 @@ if !exists("c_no_ansi") || exists("c_ansi_constants") || exists("c_gnu") syn keyword cConstant M_1_PI M_2_PI M_2_SQRTPI M_SQRT2 M_SQRT1_2 endif if !exists("c_no_c99") " ISO C99 - syn keyword cConstant true false + syn keyword cConstant true false TRUE FALSE endif " Accept %: for # (C99) -- cgit v0.12