nim-lang / NimLime

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

documentation comments don't highlight correctly: ##[ ... ]## #95

Closed timotheecour closed 5 years ago

timotheecour commented 6 years ago

eg:

##[
Universal conversion template.
]##

image

Varriount commented 6 years ago

Is that a valid comment? I believe multiline comments are #[ and ]#.

timotheecour commented 6 years ago

https://nim-lang.org/docs/manual.html Multiline documentation comments also exist and support nesting too:

proc foo =

[Long documentation comment

here. ]##

Varriount commented 5 years ago

Fixed (probably via a previous syntax change)

timotheecour commented 5 years ago

indeed