summaryrefslogtreecommitdiffstats
path: root/Tools/vim/Syntax/hcc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/vim/Syntax/hcc.vim')
-rw-r--r--Tools/vim/Syntax/hcc.vim2
1 files changed, 1 insertions, 1 deletions
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)