aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/syntax/bqn.vim
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-08 22:39:37 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-08 22:46:21 -0400
commit07edc923d483f5eecfbaf2118aac1e09bc63e01e (patch)
tree896168fc47969f3c0f7c94f2a32acd13d2c6eb42 /editors/vim/syntax/bqn.vim
parent11ba9341eaf65a0ac371e98e31fd66d889a9a518 (diff)
Editor support for ⇐
Diffstat (limited to 'editors/vim/syntax/bqn.vim')
-rw-r--r--editors/vim/syntax/bqn.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/syntax/bqn.vim b/editors/vim/syntax/bqn.vim
index b75bbde8..9ea75a39 100644
--- a/editors/vim/syntax/bqn.vim
+++ b/editors/vim/syntax/bqn.vim
@@ -8,7 +8,7 @@ syn match bqnlst "[⟨⟩\[\]‿]"
syn match bqnpar "[()]"
syn match bqnhed "[:;]"
syn match bqnsep "[⋄,]"
-syn match bqnarw "[←↩→]"
+syn match bqnarw "[←⇐↩→]"
syn match bqnchr "'.'"
syn match bqn1md "[˙˜˘¨⌜⁼´˝`]"
syn match bqn2md "[∘○⊸⟜⌾⊘◶⎉⚇⍟⎊]"