summaryrefslogtreecommitdiffstats
path: root/indent/moon.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/moon.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/moon.vim b/indent/moon.vim
index 7fe985d3..799da8db 100644
--- a/indent/moon.vim
+++ b/indent/moon.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'moonscript') == -1
+
" Language: MoonScript
" Maintainer: leafo <leafot@gmail.com>
" Based On: CoffeeScript by Mick Koch <kchmck@gmail.com>
@@ -322,4 +323,5 @@ function! GetMoonIndent(curlinenum)
return indent
endfunction
+
endif