summary refs log tree commit diff
path: root/.vim/syntax/gotmpl.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/syntax/gotmpl.vim')
-rw-r--r--.vim/syntax/gotmpl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/syntax/gotmpl.vim b/.vim/syntax/gotmpl.vim
index 9e6c1e1..b4bf6b9 100644
--- a/.vim/syntax/gotmpl.vim
+++ b/.vim/syntax/gotmpl.vim
@@ -15,7 +15,7 @@ endif
 
 runtime! syntax/html.vim
 
-syn case match
+" syn case match
 
 " Go escapes
 syn match       goEscapeOctal       display contained "\\[0-7]\{3}"