summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colm.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/colm.vim b/colm.vim
index 40aef135..8b7b5799 100644
--- a/colm.vim
+++ b/colm.vim
@@ -72,6 +72,8 @@ syntax region defTypes matchgroup=defKeywords
\ start="\<rl\>" start="\<def\>" start="\<token\>" start="\<ignore\>"
\ matchgroup=Function end="[a-zA-Z_][a-zA-Z0-9_]*" end="/"me=e-1
+syntax sync match colmSyncPat grouphere NONE "([{}]|\<token\>|\<ignore\>|\<def\>)"
+
"
" Specifying Groups
"