Skip to content

Commit

Permalink
Update prism-apl.js (#1126)
Browse files Browse the repository at this point in the history
Add @ (At) and ⌺ (Stencil), two new dyadic operators coming in Dyalog APL version 16.0.
  • Loading branch information
jayfoad authored and Golmote committed May 8, 2017
1 parent 9f649fb commit a5f3cdb
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 a5f3cdb

Please sign in to comment.