summaryrefslogtreecommitdiff
path: root/files/vim/after
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-04-25 14:28:02 -0400
committerAndrew Opalach <andrew@akon.city> 2026-04-25 14:46:39 -0400
commit0848d6c89defb95966deeecd1c61352deccbeaec (patch)
tree21a2e74fcabb85c02fda8959badc08b0f7de0261 /files/vim/after
parentef40a5119a77280863c21ba67397818514714ccc (diff)
downloaddotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz
dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2
dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip
New CPU + Cleanup
Diffstat (limited to 'files/vim/after')
-rw-r--r--files/vim/after/syntax/c.vim5
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