Skip to content

Commit

Permalink
Removed useless object
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Aug 30, 2021
1 parent e20bafd commit b9d64d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions components/prism-clojure.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ Prism.languages.clojure = {
pattern: /"(?:[^"\\]|\\.)*"/,
greedy: true
},
{
// characters
pattern: /\\\w+/
}
// characters
/\\\w+/
],
'symbol': {
pattern: /(^|[\s()\[\]{},])::?[\w*+!?'<>=/.-]+/,
Expand Down
2 changes: 1 addition & 1 deletion components/prism-clojure.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9d64d8

Please sign in to comment.