Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Flow: Changed alias of type to class-name (#3390)
  • Loading branch information
hoonweiting committed Mar 14, 2022
1 parent 3916883 commit ce41434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-flow.js
Expand Up @@ -5,7 +5,7 @@
'type': [
{
pattern: /\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,
alias: 'tag'
alias: 'class-name'
}
]
});
Expand Down
2 changes: 1 addition & 1 deletion components/prism-flow.min.js

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

0 comments on commit ce41434

Please sign in to comment.