Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 86f047c

Browse files
committed
fix html syntax in htmljinja
1 parent 3ab0911 commit 86f047c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

org.eclim.pydev/vim/eclim/syntax/htmljinja.vim

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"
55
" License:
66
"
7-
" Copyright (C) 2005 - 2020 Eric Van Dewoestine
7+
" Copyright (C) 2005 - 2021 Eric Van Dewoestine
88
"
99
" This program is free software: you can redistribute it and/or modify
1010
" it under the terms of the GNU General Public License as published by
@@ -26,6 +26,7 @@ if exists("b:current_syntax")
2626
endif
2727

2828
runtime! syntax/jinja.vim
29+
unlet b:current_syntax
2930
runtime! syntax/html.vim
3031

3132
let b:current_syntax = "htmljinja"

0 commit comments

Comments
 (0)