We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafc4cb commit 12238c5Copy full SHA for 12238c5
components/prism-apl.js
@@ -8,7 +8,7 @@ Prism.languages.apl = {
8
alias: 'function'
9
},
10
'constant': /[⍬⌾#⎕⍞]/,
11
- 'function': /[-+×÷⌈⌊∣|⍳⍸?*⍟○!⌹<≤=>≥≠≡≢∊⍷∪∩~∨∧⍱⍲⍴,⍪⌽⊖⍉↑↓⊂⊃⌷⍋⍒⊤⊥⍕⍎⊣⊢⍁⍂≈⍯↗¤→]/,
+ 'function': /[-+×÷⌈⌊∣|⍳⍸?*⍟○!⌹<≤=>≥≠≡≢∊⍷∪∩~∨∧⍱⍲⍴,⍪⌽⊖⍉↑↓⊂⊃⊆⊇⌷⍋⍒⊤⊥⍕⍎⊣⊢⍁⍂≈⍯↗¤→]/,
12
'monadic-operator': {
13
pattern: /[\\\/⌿⍀¨⍨⌶&∥]/,
14
alias: 'operator'
0 commit comments