From 7c00f3d8cebd01591dbb913b084d8494d42a2dd2 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 2 Sep 2020 21:53:47 -0400 Subject: =?UTF-8?q?Add=20constant=201-modifier=20=CB=99?= 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 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 "[𝕗𝕘𝕨𝕩𝕤]" -- cgit v1.2.3