Skip to content

Commit

Permalink
Removed useless i flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Aug 5, 2021
1 parent e66e7e4 commit 18ff75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-bicep.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Prism.languages.bicep = {
lookbehind: true
},
{
pattern: /([\r\n][ \t]*)'(?:\\.|\$(?!\{)|[^'\\\r\n$])*'(?=[ \t]*:)/i,
pattern: /([\r\n][ \t]*)'(?:\\.|\$(?!\{)|[^'\\\r\n$])*'(?=[ \t]*:)/,
lookbehind: true,
greedy: true
}
Expand Down
2 changes: 1 addition & 1 deletion components/prism-bicep.min.js

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

0 comments on commit 18ff75f

Please sign in to comment.