aboutsummaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-09-27 21:30:34 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-09-27 21:30:34 -0400
commit4cc11c4b6bda679bfd0bce86b8a075f380298896 (patch)
tree7f89eeb15d7cbd25a9d38e0148753d5270c2a47c /editors/vim
parent8480fd5393721e57ec3bc0171513f3239d193f6d (diff)
Add ? to editor highlighting
Diffstat (limited to 'editors/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 a2092274..3de1027b 100644
--- a/editors/vim/syntax/bqn.vim
+++ b/editors/vim/syntax/bqn.vim
@@ -6,7 +6,7 @@ syn match bqnerr "[^ \r\n]"
syn match bqnblk "[{}]"
syn match bqnlst "[⟨⟩\[\]‿]"
syn match bqnpar "[()]"
-syn match bqnhed "[:;]"
+syn match bqnhed "[:;?]"
syn match bqnsep "[⋄,]"
syn match bqnarw "[←⇐↩→]"
syn match bqnchr "'.'"