luke-gru / riml

Riml is a subset of VimL with some nice added features. It compiles to plain VimL.
MIT License
224 stars 6 forks source link

Multiline comments #7

Open dsawardekar opened 11 years ago

dsawardekar commented 11 years ago

@luke-gru Another idea that may require a grammar change. :)

Add support for multiline comments like /* */. This is a very useful feature when experimenting or debugging.

luke-gru commented 11 years ago

Okay sure, I'll put it on the TODO list and let you know when it's ready. Thanks!