Skip to content

Commit

Permalink
Missing keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
synhershko authored and alexgorbatchev committed Dec 16, 2011
1 parent f24b81b commit beb30e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shBrushCSharp.js
Expand Up @@ -6,7 +6,7 @@
function Brush() function Brush()
{ {
var keywords = 'abstract as base bool break byte case catch char checked class const ' + var keywords = 'abstract as base bool break byte case catch char checked class const ' +
'continue decimal default delegate do double else enum event explicit ' + 'continue decimal default delegate do double else enum event explicit volatile ' +
'extern false finally fixed float for foreach get goto if implicit in int ' + 'extern false finally fixed float for foreach get goto if implicit in int ' +
'interface internal is lock long namespace new null object operator out ' + 'interface internal is lock long namespace new null object operator out ' +
'override params private protected public readonly ref return sbyte sealed set ' + 'override params private protected public readonly ref return sbyte sealed set ' +
Expand Down

0 comments on commit beb30e5

Please sign in to comment.