X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=vim%2Fsyntax%2Fc.vim;fp=vim%2Fsyntax%2Fc.vim;h=0000000000000000000000000000000000000000;hp=85b3a65a2397125ed2a02e2b429a93bc3d952b34;hb=2b85ea4f6bff86e46229a082fa897481e033aec1;hpb=b6bd4eafe7c01514ccc15dc22b3d902b7f1dc194 diff --git a/vim/syntax/c.vim b/vim/syntax/c.vim deleted file mode 100644 index 85b3a65..0000000 --- a/vim/syntax/c.vim +++ /dev/null @@ -1,18 +0,0 @@ - -syn keyword cOperator ssizeof fieldsizeof countof assert offsetof fieldtypeof bitsizeof -syn keyword cStatement p_delete p_new p_new_raw p_clear p_realloc -syn keyword cStatement mp_delete mp_new mp_new_raw -syn keyword cStatement p_dup p_dupstr p_dupz - -syn keyword isGlobal _G -syn match isGlobal "\<[a-zA-Z_][a-zA-Z0-9_]*_g\>" -syn match isGlobal "\<[gs][A-Z][a-zA-Z0-9_]*\>" - -syn keyword cType byte -syn match cFunction "\<\([a-z][a-zA-Z0-9_]*\|[a-zA-Z_][a-zA-Z0-9_]*[a-z][a-zA-Z0-9_]*\)\> *("me=e-1 -syn match cPreProc "[$@]\<\([a-z][a-zA-Z0-9_]*\|[a-zA-Z_][a-zA-Z0-9_]*[a-z][a-zA-Z0-9_]*\)\>" -syn match cType "\<[a-zA-Z_][a-zA-Z0-9_]*_[bft]\>" - -hi def link isGlobal Function -hi def link cStructure Type -hi def link cStorageClass Statement