Skip to content

Commit

Permalink
Π is not a BQN character.
Browse files Browse the repository at this point in the history
  • Loading branch information
yewscion committed Aug 5, 2022
1 parent 86745d0 commit 4aae2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-bqn.js
Expand Up @@ -28,7 +28,7 @@ Prism.languages.bqn = {
alias: 'keyword'
},
'dot-notation-on-name': {
pattern: /[A-Z_][\w¯∞π]*\./i,
pattern: /[A-Za-z_][\w¯∞π]*\./,
alias: 'namespace'
},
'word-number-scientific': {
Expand Down
2 changes: 1 addition & 1 deletion components/prism-bqn.min.js

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

0 comments on commit 4aae2c6

Please sign in to comment.