Alhadis / language-apl

APL language support for Atom.
https://atom.io/packages/language-apl
ISC License
7 stars 3 forks source link

New Dyalog APL primitives #1

Closed jayfoad closed 6 years ago

jayfoad commented 6 years ago

Please can we have syntax highlighting support for some new Dyalog APL primitive functions: ⊆ (http://help.dyalog.com/16.0/Content/Language/Symbols/Left%20Shoe%20Underbar.htm) ⍸ (http://help.dyalog.com/16.0/Content/Language/Symbols/Iota%20Underbar.htm) and operators: ⌺ (http://help.dyalog.com/16.0/Content/Language/Symbols/Quad%20Diamond.htm) @ (http://help.dyalog.com/16.0/Content/Language/Symbols/At.htm)

Actually ⌺ and ⍸ are already mentioned in grammars/apl.cson, but not in the correct "APL functions" and "APL operators" sections.