Skip to content

Commit

Permalink
chore: remove duplicate in character class
Browse files Browse the repository at this point in the history
  • Loading branch information
princerajpoot20 committed Oct 3, 2023
1 parent 20f5eed commit e623417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelina-website/src/components/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ registerLanguage('generator-cli', () => ({
contains: [
{
className: 'asyncapi-file',
begin: / [\.\~\w\d_\/]+/,
begin: /[\.\~\w\/]+/,
end: ' ',
contains: [
{
Expand Down

0 comments on commit e623417

Please sign in to comment.