aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/syntax/bqn.vim
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-02 21:53:47 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-02 22:03:41 -0400
commit7c00f3d8cebd01591dbb913b084d8494d42a2dd2 (patch)
tree977391180e8539eda08d028ecfa0bc665251d072 /editors/vim/syntax/bqn.vim
parentf28b37aa309ae88efb2cedda228af3ca8ce114a0 (diff)
Add constant 1-modifier ˙
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 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 "[𝕗𝕘𝕨𝕩𝕤]"