From 511ae95a0aed055d57ad0b38611e75955a881f29 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 18 Jun 2022 12:03:46 -0400 Subject: [PATCH] vim: add more vector type highlights --- .vim/after/syntax/cpp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/after/syntax/cpp.vim b/.vim/after/syntax/cpp.vim index 48ab6ff..5e26af9 100644 --- a/.vim/after/syntax/cpp.vim +++ b/.vim/after/syntax/cpp.vim @@ -2,4 +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 +syn keyword Type ivec2 ivec3 ivec4 uvec2 uvec3 uvec4 dvec2 dvec3 dvec4