Skip to content

Commit

Permalink
rename $silkey to $weaver
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin committed Jun 27, 2015
1 parent a03b329 commit c7eb5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/prism-keyman.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Prism.languages.keyman = {
],
'number': /\b(U\+[\dA-F]+|d\d+|x[\da-f]+|\d+)\b/i, // U+####, x###, d### characters and numbers
'operator': /[+>\\,()]/,
'tag': /\$(keyman|kmfl|silkey|keymanweb|keymanonly):/i // prefixes
'tag': /\$(keyman|kmfl|weaver|keymanweb|keymanonly):/i // prefixes
};

0 comments on commit c7eb5cb

Please sign in to comment.