summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-11-06 20:39:51 -0300
committerAdrian Thurston <thurston@colm.net>2019-11-07 10:12:20 -0300
commitbd8de42f05975c262a6ecd156d8a6fbc50aa0de5 (patch)
tree1e62788a8c28819d383323aeef4e2efa7127439d /colm.vim
parent2219942bead1ad955e6c24f76745437d44dd1b29 (diff)
downloadcolm-bd8de42f05975c262a6ecd156d8a6fbc50aa0de5.tar.gz
exclude ? from position 2+ of literal token
Diffstat (limited to 'colm.vim')
-rw-r--r--colm.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/colm.vim b/colm.vim
index 778f8f10..661df42b 100644
--- a/colm.vim
+++ b/colm.vim
@@ -40,8 +40,9 @@ syntax match char "\\." contained
syntax match otLit "\~.*$"
syntax match otLit "'\(\\.\|[^'\\]\)*\('[i]*\)\?"
-syntax match otLit "`[^ \t\r\]]\+"
+syntax match otLit "`[^ \t\r\]?]\+"
syntax match otLit "`\]"
+syntax match otLit "`?"
"
" Other stuff