diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-08 22:39:37 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-08 22:46:21 -0400 |
| commit | 07edc923d483f5eecfbaf2118aac1e09bc63e01e (patch) | |
| tree | 896168fc47969f3c0f7c94f2a32acd13d2c6eb42 /editors/kak | |
| parent | 11ba9341eaf65a0ac371e98e31fd66d889a9a518 (diff) | |
Editor support for ⇐
Diffstat (limited to 'editors/kak')
| -rw-r--r-- | editors/kak/autoload/filetype/bqn.kak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kak/autoload/filetype/bqn.kak b/editors/kak/autoload/filetype/bqn.kak index 8ec3eab7..3a3d0bae 100644 --- a/editors/kak/autoload/filetype/bqn.kak +++ b/editors/kak/autoload/filetype/bqn.kak @@ -27,7 +27,7 @@ hook global WinSetOption filetype=bqn %¹ b='˜˘¨⁼⌜´˝7∞¯•×' ;b+='¬⎉⚇⍟◶⊘⎊⍎⍕⟨⟩√⋆' b+='⌽𝕨∊↑∧y⊔⊏⊐π←→';b+='↙𝕎⍷𝕣⍋YU⊑⊒⍳⊣⊢' b+='⍉𝕤↕𝕗𝕘⊸∘○⟜⋄\' ;b+='↖𝕊D𝔽𝔾«J⌾»·˙|' - b+='⥊𝕩↓∨⌊n≡∾≍≠' ;b+='Z𝕏C⍒⌈N≢≤≥?' + b+='⥊𝕩↓∨⌊n≡∾≍≠' ;b+='Z𝕏C⍒⌈N≢≤≥⇐' for (( i=0; i<${#a}; i++ )); do o=${b:$i:1} @@ -63,7 +63,7 @@ add-highlighter shared/bqn/code/ regex "[⋄,]" 0:meta add-highlighter shared/bqn/code/ regex "[⟨⟩\[\]‿]" 0:magenta add-highlighter shared/bqn/code/ regex "[()]" 0:bright-black add-highlighter shared/bqn/code/ regex "[:;]" 0:bright-black -add-highlighter shared/bqn/code/ regex "[←↩→]" 0:normal +add-highlighter shared/bqn/code/ regex "[←⇐↩→]" 0:normal add-highlighter shared/bqn/code/ regex "·" 0:value add-highlighter shared/bqn/code/ regex "@" 0:string add-highlighter shared/bqn/code/ regex "(?<![A-Z_a-z0-9π∞¯])¯?((\d+\.)?\d+(e¯?\d+)?|π|∞)(i¯?((\d+\.)?\d+(e¯?\d+)?|π|∞))?" 0:value |
