Added the "let" keyword
This commit is contained in:
parent
21731384b8
commit
88f5e708a7
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ function! GetNimIndent(lnum)
|
|||
return plindent + &sw
|
||||
endif
|
||||
|
||||
if pline =~ '\(type\|import\|const\|var\)\s*$'
|
||||
if pline =~ '\(type\|import\|const\|var\|let\)\s*$'
|
||||
\ || pline =~ '=\s*\(object\|enum\|tuple\|concept\)'
|
||||
return plindent + &sw
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue