nim-lang / NimLime

The official Nim programming language plugin for Sublime Text
MIT License
132 stars 34 forks source link

incorrect indentation after `func` (works ok after `proc`) #151

Closed timotheecour closed 1 year ago

timotheecour commented 3 years ago
proc main()=<cursor here then press enter>
  <cursor here: indent correct>

func main()=<cursor here then press enter>
<cursor here: indent incorrect>