Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 2dc257e

Browse files
fix bug 74: partial missing from C# keyword list
1 parent a3672bb commit 2dc257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prettify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ window['_pr_isIE6'] = function () {
109109
var CSHARP_KEYWORDS = JAVA_KEYWORDS +
110110
"as base by checked decimal delegate descending event " +
111111
"fixed foreach from group implicit in interface internal into is lock " +
112-
"object out override orderby params readonly ref sbyte sealed " +
112+
"object out override orderby params partial readonly ref sbyte sealed " +
113113
"stackalloc string select uint ulong unchecked unsafe ushort var ";
114114
var JSCRIPT_KEYWORDS = COMMON_KEYWORDS +
115115
"debugger eval export function get null set undefined var with " +

0 commit comments

Comments
 (0)