comment in semantic javascript grammar
lemures-t opened this issue · 3 comments
lemures-t commented
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 ).
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.
bruinebeer commented
yeah this bugs me too.. 😢
gilesbutler commented
+1 for this as well
BlackWolf commented
+1 from me too