pragmagic / vscode-nim

An extension for VS Code which provides support for the Nim language.
Other
235 stars 38 forks source link

Multiline comments syntax highlight. #11

Closed yglukhov closed 8 years ago

yglukhov commented 8 years ago

Basically subj. Currently multiline comments and doc commnets are not highlighted properly:

#[
This is a comment.
#[
This comment is nested
]#
]#

##[
Doc comment

##[
Nested doc commnet
]##

]##

Unfortunaly github doesnt support it as well =)

oderwat commented 8 years ago

I think I fixed that (your example works) with #17 (I also converted the format of the syntax file to make it more readable for me)

kosz78 commented 8 years ago

Available in 0.5.4 release