p-e-w/language-javascript-semantic

comment in semantic javascript grammar

lemures-t opened this issue · 3 comments

The comment style triggered by atom's toggle comment (" cmd + / ") in semantic javascript grammar is the block comment ( /* / ).
Is it possible to change or customized it into line comment ( " // " )?
You know, it is not very convenient sometimes to comment the repeated parts of two blocks of coding using the block comment ( /
/* // will cause the coding's not being correctly highlighted ).

2016-01-23 01 15 48

I have read the source code of this fantastic project but cannot find where to define the comment way.
Really appreciate if someone can give any advice or solution.

yeah this bugs me too.. 😢

+1 for this as well

+1 from me too