Skip to content

Commit

Permalink
Add keywords for GLSL switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tikhomirov committed Oct 14, 2016
1 parent 9e23bc5 commit 7135b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/glsl.js
Expand Up @@ -10,7 +10,7 @@ function(hljs) {
keywords: {
keyword:
// Statements
'break continue discard do else for if return while' +
'break continue discard do else for if return while switch case default ' +
// Qualifiers
'attribute binding buffer ccw centroid centroid varying coherent column_major const cw ' +
'depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing ' +
Expand Down

0 comments on commit 7135b82

Please sign in to comment.