X-Git-Url: http://nitlanguage.org diff --git a/misc/vim/indent/nit.vim b/misc/vim/indent/nit.vim index 4de6616..10c4a2e 100644 --- a/misc/vim/indent/nit.vim +++ b/misc/vim/indent/nit.vim @@ -44,7 +44,7 @@ let s:outdent = '^\s*\(else\|then\|end\)\>' " At 0 let s:no_indent = '^\s*\(class\|import\|special\)\>' -let s:syng_strcom = '\' +let s:syng_strcom = '\' " Check if the character at lnum:col is inside a string, comment, or is ascii. function s:IsInStringOrComment(lnum, col)