From 12238c5df103c8c199df99a35761a136bbed2258 Mon Sep 17 00:00:00 2001 From: jayfoad Date: Sat, 28 Jan 2017 08:53:49 +0000 Subject: [PATCH] Add left shoe underbar and right shoe underbar (#1072) They're used by NARS2000, and left shoe underbar will be used by Dyalog APL. --- components/prism-apl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/prism-apl.js b/components/prism-apl.js index 050752b1b0..af57ec828d 100644 --- a/components/prism-apl.js +++ b/components/prism-apl.js @@ -8,7 +8,7 @@ Prism.languages.apl = { alias: 'function' }, 'constant': /[⍬⌾#⎕⍞]/, - 'function': /[-+×÷⌈⌊∣|⍳⍸?*⍟○!⌹<≤=>≥≠≡≢∊⍷∪∩~∨∧⍱⍲⍴,⍪⌽⊖⍉↑↓⊂⊃⌷⍋⍒⊤⊥⍕⍎⊣⊢⍁⍂≈⍯↗¤→]/, + 'function': /[-+×÷⌈⌊∣|⍳⍸?*⍟○!⌹<≤=>≥≠≡≢∊⍷∪∩~∨∧⍱⍲⍴,⍪⌽⊖⍉↑↓⊂⊃⊆⊇⌷⍋⍒⊤⊥⍕⍎⊣⊢⍁⍂≈⍯↗¤→]/, 'monadic-operator': { pattern: /[\\\/⌿⍀¨⍨⌶&∥]/, alias: 'operator'