Skip to content

Commit

Permalink
chore: reflect renaming of debug to dbg (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 authored Oct 15, 2024
1 parent a5f80ba commit 30463df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/flix.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ export default function(hljs) {
];

const BUILTIN = [
"debug",
"debug!",
"debug!!",
"dbg",
"dbg!",
"dbg!!",
"IO",
"ef",
"ef1",
Expand Down

0 comments on commit 30463df

Please sign in to comment.