Skip to content

Commit

Permalink
Add iota underbar (#1024)
Browse files Browse the repository at this point in the history
It's used by NARS2000 now, and will be used by Dyalog APL in the future.
  • Loading branch information
jayfoad authored and LeaVerou committed Sep 22, 2016

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 4a44f01 commit 3c5c89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/prism-apl.js
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Prism.languages.apl = {
alias: 'function'
},
'constant': /[#]/,
'function': /[-+×÷|?*!<=>~,¤]/,
'function': /[-+×÷|?*!<=>~,¤]/,
'monadic-operator': {
pattern: /[\\\/¨&]/,
alias: 'operator'
@@ -26,4 +26,4 @@ Prism.languages.apl = {
pattern: /[{}:]/,
alias: 'builtin'
}
};
};

0 comments on commit 3c5c89a

Please sign in to comment.