Skip to content

Commit

Permalink
Unused cap group
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Nov 25, 2021
1 parent a4e066d commit 59a55e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-kotlin.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
],
'char': {
// https://kotlinlang.org/spec/expressions.html#character-literals
pattern: /'(?:[^'\\\r\n]|\\(.|u[a-fA-F0-9]{0,4}))'/,
pattern: /'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,
greedy: true
}
});
Expand Down
2 changes: 1 addition & 1 deletion components/prism-kotlin.min.js

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

0 comments on commit 59a55e6

Please sign in to comment.