summaryrefslogtreecommitdiff
path: root/colm.vim
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-01-18 18:21:08 -0500
committerAdrian Thurston <thurston@complang.org>2014-01-18 18:21:08 -0500
commit74c213affd86ed2df6f70a37b1b63b09ef94090b (patch)
treeb70dac934a1ac6ac82c95e6083dfd0801438ba19 /colm.vim
parent02ce09a1e32a178707d6699bf2555ff8b164188c (diff)
downloadcolm-74c213affd86ed2df6f70a37b1b63b09ef94090b.tar.gz
new syntax for collect-ignore tokens: token <id> -
Diffstat (limited to 'colm.vim')
-rw-r--r--colm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm.vim b/colm.vim
index 013387f2..ee59d891 100644
--- a/colm.vim
+++ b/colm.vim
@@ -40,7 +40,7 @@ syntax match char "\\." contained
syntax match otLit "\~.*$"
syntax match otLit "'\(\\.\|[^'\\]\)*\('[i]*\)\?"
-syntax match otLit "`[^ \t\r\]]*"
+syntax match otLit "`[^ \t\r\]]\+"
syntax match otLit "`\]"
"