Replies: 1 comment 1 reply
-
I agree with this proposal, it seems way more natural, and I feel like there will be less clash than with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Recently, skript-parser's team talk about reworking of the comment parsing (see #113). This rework throw the question of: does they change comment's characters ?.
Currently,
#
is the character for single-line comment and they are no comment block.Mwexim suggest using Java comments (
//
,/*
and*/
for comment block).Pro: no clash with other things (like color parsing). Help a bit peoples who will learn another C langage (Java, PHP, Javascript etc...)
Cons: break (a bit) Skript for Minecraft compatibility.
Olyno suggest keep using
#
but add###
for a comment block.Pro: keep Skript for Minecraft compatibility. Help people who will learn scripting langage (python for example).
Cons: need to manage clash with langage things (like color parsing).
Feel free to suggest another idea of comment syntax
What your opinion about that ?
Beta Was this translation helpful? Give feedback.
All reactions