Skip to content

Commit

Permalink
Fix unterminated string.
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Dec 15, 2011
1 parent 9ed8983 commit 668888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/glsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ CodeMirror.defineMode("glsl", function(config, parserConfig) {
"min max clamp mix step smoothstep length distance dot cross " +
"normalize faceforward reflect refract matrixCompMult lessThan " +
"lessThanEqual greaterThan greaterThanEqual equal notEqual any all " +
"not dFdx dFdy fwidth texture2D texture2DProj texture2DLod
"not dFdx dFdy fwidth texture2D texture2DProj texture2DLod " +
"texture2DProjLod textureCube textureCubeLod";

function cppHook(stream, state) {
Expand Down

0 comments on commit 668888b

Please sign in to comment.