diff --git a/.vim/after/syntax/cpp.vim b/.vim/after/syntax/cpp.vim index 3fe88e6..48ab6ff 100644 --- a/.vim/after/syntax/cpp.vim +++ b/.vim/after/syntax/cpp.vim @@ -2,3 +2,4 @@ syn keyword cTodo NOTE syn keyword Type uint u8 u16 u32 u64 i8 i16 i32 i64 f32 f64 syn keyword Type GLfloat GLenum GLint GLuint syn keyword Type vec2 vec3 vec4 mat2 mat3 mat4 +syn keyword Type ivec2 ivec3 ivec4 uvec2 uvec3 uvec4