Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Aug 5, 2023
1 parent c791920 commit b030a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ import { languages } from "prism-code-editor"

languages.whatever = {
comments: {
line: "//"
line: "//",
block: ["/*", "*/"]
},
autoIndent: [
Expand Down

0 comments on commit b030a10

Please sign in to comment.