Skip to content

Commit

Permalink
Add upcomming Behind (⍛) dyadic operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
bear8642 committed Nov 13, 2024
1 parent 59e5a34 commit 28e8637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/prism-apl.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Prism.languages.apl = {
alias: 'operator'
},
'dyadic-operator': {
pattern: /[.@]/,
pattern: /[.@]/,
alias: 'operator'
},
'assignment': {
Expand Down

0 comments on commit 28e8637

Please sign in to comment.