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
in global scopes, the comment must be the same to javascripts' comment format, // ... or
//
multiline comments
//
if you write comment lines inside global with shortcut-key ctrl+/ the comment mark would be # and hsnips will not work correctly.
But outside the global scope, and outside snippets definitions scopes, issue 44 #44 said it should be # while // or any other strings also works as comments well.
so, according to these, I suggest change comment mark to // as default.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
in
global
scopes, the comment must be the same to javascripts' comment format,// ...
orif you write comment lines inside global with shortcut-key ctrl+/ the comment mark would be
#
and hsnips will not work correctly.But outside the global scope, and outside snippets definitions scopes, issue 44 #44 said it should be
#
while//
or any other strings also works as comments well.so, according to these, I suggest change comment mark to
//
as default.language-configuration.json
:
Beta Was this translation helpful? Give feedback.
All reactions