You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: