diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/dhall.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/dhall.vim b/syntax/dhall.vim index 01124586..3629900a 100644 --- a/syntax/dhall.vim +++ b/syntax/dhall.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dhall') == -1 + scriptencoding utf-8 if exists('b:current_syntax') @@ -61,4 +62,5 @@ highlight link dhallComment Comment highlight link dhallMultilineComment Comment let b:current_syntax = 'dhall' + endif |