From e404a658b1647fad396a954776eda0bdabf8353c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 20 Dec 2016 20:57:20 +0100 Subject: Update --- syntax/glsl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/glsl.vim') diff --git a/syntax/glsl.vim b/syntax/glsl.vim index 147c42e7..f0424b50 100644 --- a/syntax/glsl.vim +++ b/syntax/glsl.vim @@ -8,7 +8,7 @@ if exists("b:current_syntax") && b:current_syntax == "glsl" endif " Statements -syn keyword glslConditional if else +syn keyword glslConditional if else switch case default syn keyword glslRepeat for while do syn keyword glslStatement discard return break continue -- cgit v1.2.3