summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/syntax/mako.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/syntax/mako.vim b/.vim/syntax/mako.vim
index 474fa63..799dfa1 100644
--- a/.vim/syntax/mako.vim
+++ b/.vim/syntax/mako.vim
@@ -54,8 +54,8 @@ syn region makoAttributeValue containedin=makoTag contained start=/"/ skip=/\\"/
syn region makoAttributeValue containedin=MakoTag contained start=/'/ skip=/\\'/ end=/'/
" Tags
-syn region makoTag matchgroup=makoDelim start="<%\(def\|call\|page\|include\|namespace\|inherit\|\(\w\+:\w\+\)\)\>" end="/\?>"
-syn match makoDelim "</%\(def\|call\|namespace\|\(\w\+:\w\+\)\)>"
+syn region makoTag matchgroup=makoDelim start="<%\(def\|block\|call\|page\|include\|namespace\|inherit\|\(\w\+:\w\+\)\)\>" end="/\?>"
+syn match makoDelim "</%\(def\|block\|call\|namespace\|\(\w\+:\w\+\)\)>"
" Newline Escapes
syn match makoEscape "\\$"