Skip to content

Commit 12238c5

Browse files
jayfoadGolmote
authored andcommitted
Add left shoe underbar and right shoe underbar (#1072)
They're used by NARS2000, and left shoe underbar will be used by Dyalog APL.
1 parent bafc4cb commit 12238c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/prism-apl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Prism.languages.apl = {
88
alias: 'function'
99
},
1010
'constant': /[#]/,
11-
'function': /[-+×÷|?*!<=>~,¤]/,
11+
'function': /[-+×÷|?*!<=>~,¤]/,
1212
'monadic-operator': {
1313
pattern: /[\\\/¨&]/,
1414
alias: 'operator'

0 commit comments

Comments
 (0)