nim-lang / NimLime

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

nesting comments don't syntax highlight correctly: #[ #[ comment1 ]# comment2 ]# #94

Closed timotheecour closed 5 years ago

timotheecour commented 6 years ago
#[
#[
comment1 
]#
comment2
]#

https://github.com/Varriount/NimLime/issues/64 supports comments but not if they nest