mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
more C stuff
This commit is contained in:
parent
dd53e66354
commit
c0acfac53b
2 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,7 @@ whoa=(
|
||||||
-Wall
|
-Wall
|
||||||
-Wextra
|
-Wextra
|
||||||
-Werror=implicit-function-declaration
|
-Werror=implicit-function-declaration
|
||||||
|
-Werror=uninitialized
|
||||||
-Winline
|
-Winline
|
||||||
-Wshadow
|
-Wshadow
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
syn keyword cType uchar ushort uint ulong
|
syn keyword cType uchar ushort uint ulong
|
||||||
syn keyword cType u8 u16 u32 u64
|
syn keyword cType u8 u16 u32 u64
|
||||||
syn keyword cType s8 s16 s32 s64
|
syn keyword cType s8 s16 s32 s64
|
||||||
|
syn keyword cType i8 i16 i32 i64
|
||||||
|
syn keyword cType f32 f64
|
||||||
|
|
Loading…
Add table
Reference in a new issue