diff options
Diffstat (limited to 'editors/vim')
| -rw-r--r-- | editors/vim/autoload/bqn.txt | 1 | ||||
| -rw-r--r-- | editors/vim/syntax/bqn.vim | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/autoload/bqn.txt b/editors/vim/autoload/bqn.txt index ee70b684..27fb10bf 100644 --- a/editors/vim/autoload/bqn.txt +++ b/editors/vim/autoload/bqn.txt @@ -69,6 +69,7 @@ β· Deduplicate ; Find β Group Indices ; Group ! Assert ; Assert with message +Λ Constant | {π©βπ} | Return a function that returns the operand Λ Self/Swap | {π©π½π¨β£π©} | Duplicate one argument or exchange two β Atop | {π½π¨πΎπ©} | Apply πΎ to both arguments and π½ to the result β Over | {(πΎπ¨)π½πΎπ©} | Apply πΎ to each argument and π½ to the results diff --git a/editors/vim/syntax/bqn.vim b/editors/vim/syntax/bqn.vim index 63755a3f..b1255028 100644 --- a/editors/vim/syntax/bqn.vim +++ b/editors/vim/syntax/bqn.vim @@ -10,7 +10,7 @@ syn match bqnhed "[:;]" syn match bqnsep "[β,]" syn match bqnarw "[ββ©β]" syn match bqnchr "'.'" -syn match bqn1md "[ΛΛΒ¨ββΌΒ΄Λ`]" +syn match bqn1md "[ΛΛΛΒ¨ββΌΒ΄Λ`]" syn match bqn2md "[βββΈββΎββΆββββ]" syn match bqnfun "[π½πΎπππ+\-ΓΓ·ββββ|Β¬β§β¨<>β =β€β₯β‘β’β£β’β₯βΎβββββ½β/ββββββββ·β!ββ]" syn match bqnsub "[πππ¨π©π€]" |
