Skip to content

Commit bcef22a

Browse files
authoredAug 27, 2020
JS Extras: Added control-flow keywords (#2529)
1 parent 206dc80 commit bcef22a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎components/prism-js-extras.js

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
pattern: /\b(?:as|default|export|from|import)\b/,
3838
alias: 'module'
3939
},
40+
{
41+
pattern: /\b(?:await|break|catch|continue|do|else|for|finally|if|return|switch|throw|try|while|yield)\b/,
42+
alias: 'control-flow'
43+
},
4044
{
4145
pattern: /\bnull\b/,
4246
alias: ['null', 'nil']

‎components/prism-js-extras.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.