summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-11-28 14:05:59 -0800
committerAdrian Thurston <thurston@colm.net>2019-11-28 14:05:59 -0800
commit60606ca9d6c97900b8df0c2d10796e6f081d1973 (patch)
tree2409dd3c8081ec2e2c91c3852b5859466f4c3973 /colm.vim
parent76bef9c90354a87bbf276f648f486d826d1dad39 (diff)
downloadcolm-60606ca9d6c97900b8df0c2d10796e6f081d1973.tar.gz
revert "exclude ? from position 2+ of literal token"
This reverts commit bd8de42f05975c262a6ecd156d8a6fbc50aa0de5.
Diffstat (limited to 'colm.vim')
-rw-r--r--colm.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/colm.vim b/colm.vim
index 29eb37b4..94ec8842 100644
--- a/colm.vim
+++ b/colm.vim
@@ -40,9 +40,8 @@ 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