diff options
| author | 2026-04-25 14:28:02 -0400 | |
|---|---|---|
| committer | 2026-04-25 14:46:39 -0400 | |
| commit | 0848d6c89defb95966deeecd1c61352deccbeaec (patch) | |
| tree | 21a2e74fcabb85c02fda8959badc08b0f7de0261 /files/vim/after/syntax/c.vim | |
| parent | ef40a5119a77280863c21ba67397818514714ccc (diff) | |
| download | dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2 dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip | |
New CPU + Cleanup
Diffstat (limited to 'files/vim/after/syntax/c.vim')
| -rw-r--r-- | files/vim/after/syntax/c.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/vim/after/syntax/c.vim b/files/vim/after/syntax/c.vim new file mode 100644 index 0000000..318123b --- /dev/null +++ b/files/vim/after/syntax/c.vim @@ -0,0 +1,5 @@ +syn keyword cType u8 u16 u32 u64 +syn keyword cType s8 s16 s32 s64 +syn keyword cType f32 f64 +syn keyword cType ulong uchar +syn keyword cType array str |