summaryrefslogtreecommitdiffstats
path: root/syntax/nix.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/nix.vim')
-rw-r--r--syntax/nix.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/nix.vim b/syntax/nix.vim
index 1c50a08c..9c6fa29a 100644
--- a/syntax/nix.vim
+++ b/syntax/nix.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nix') == -1
+
" Vim syntax file
" Language: Nix
" Maintainer: Daiderd Jordan <daiderd@gmail.com>
@@ -196,4 +197,5 @@ hi def link nixWithExprKeyword Keyword
syn sync fromstart
let b:current_syntax = "nix"
+
endif