Skip to content

Commit

Permalink
add-panic-to-highlight-js
Browse files Browse the repository at this point in the history
add-panic-to-highlight-js
  • Loading branch information
inoas authored and lpil committed Feb 25, 2023
1 parent a02ea22 commit 0269cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function (hljs) {
const KEYWORDS =
"as assert case const external fn if import let " +
"opaque pub todo try tuple type use";
"panic opaque pub todo try tuple type use";
const STRING = {
className: "string",
variants: [{ begin: /"/, end: /"/ }],
Expand Down

0 comments on commit 0269cfd

Please sign in to comment.