From 07edc923d483f5eecfbaf2118aac1e09bc63e01e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 8 Oct 2020 22:39:37 -0400 Subject: =?UTF-8?q?Editor=20support=20for=20=E2=87=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editors/vim/syntax/bqn.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/vim/syntax/bqn.vim') 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 "[∘○⊸⟜⌾⊘◶⎉⚇⍟⎊]" -- cgit v1.2.3