summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMarcel Lauwerijssen <paranoya@morphcore.com>2004-09-30 09:15:17 (GMT)
committerMarcel Lauwerijssen <paranoya@morphcore.com>2004-09-30 09:15:17 (GMT)
commit6d76fab2e95afe13f69b00e347569a78e3cf1255 (patch)
treea0f3f4815d448906df08c7b6a2543fd68a6dc9b4 /Tools
parent6d8771fb182d835850111a3284148f1fdc37c52d (diff)
downloadTASS-6d76fab2e95afe13f69b00e347569a78e3cf1255.zip
TASS-6d76fab2e95afe13f69b00e347569a78e3cf1255.tar.gz
TASS-6d76fab2e95afe13f69b00e347569a78e3cf1255.tar.bz2
Diffstat (limited to 'Tools')
-rw-r--r--Tools/vim/Syntax/hcc.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/vim/Syntax/hcc.vim b/Tools/vim/Syntax/hcc.vim
index 85ccc77..f8adef4 100644
--- a/Tools/vim/Syntax/hcc.vim
+++ b/Tools/vim/Syntax/hcc.vim
@@ -20,7 +20,7 @@ syn keyword hccSequence par seq
syn keyword hccMacroKW macro
syn keyword hccMacro expr proc
-
+syn keyword hccChannel chan
syn keyword cTodo contained TODO FIXME XXX
" cCommentGroup allows adding matches for special things in comments
@@ -148,6 +148,7 @@ if exists("c_gnu")
endif
syn keyword cType int long short char void
syn keyword cType signed unsigned float double
+syn keyword cType mpram ram rom
if !exists("c_no_ansi") || exists("c_ansi_typedefs")
syn keyword cType size_t ssize_t wchar_t ptrdiff_t sig_atomic_t fpos_t
syn keyword cType clock_t time_t va_list jmp_buf FILE DIR div_t ldiv_t
@@ -348,6 +349,7 @@ if version >= 508 || !exists("did_c_syn_inits")
HiLink hccSequence Repeat
HiLink hccMacroKW Statement
HiLink hccMacro Type
+ HiLink hccChannel Type
delcommand HiLink
endif
@@ -355,3 +357,4 @@ endif
let b:current_syntax = "hcc"
" vim: ts=8
+