summary refs log tree commit diff
path: root/.vim/syntax/gotmpl.vim
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-01-21 19:33:10 +0100
committerRobert Günzler <r@gnzler.io>2021-01-21 19:40:20 +0100
commit72c39240811f1def43fca71de51566d206f7728d (patch)
treea33aa1331fc55b587a243f64ef94d781df40a8ae /.vim/syntax/gotmpl.vim
parent0762801ed9627021e732cdeb225a737f44e3df42 (diff)
Update 2021-01-21T18:33:10Z
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}"