Mwexim / skript-parser

A standalone and improved implementation of the Skript language for use outside of Minecraft servers.
MIT License
49 stars 15 forks source link

:construction: WIP improve comment system #119

Open WeeskyBDW opened 3 years ago

WeeskyBDW commented 3 years ago

This WIP PR aim to improve comment removing. Major change is the support multi lines (block) comments, with the syntax:

###
your
multi
lines
comment
###

One-line comment syntax is still the same as Skript Also, i rewrite all the code of the comment removing 'cause it was hard to understand (idk if mine is better on that)

TO-DO:

WeeskyBDW commented 10 months ago

Is that PR still relevant ? i made it 2 years ago but idk if that feature is really that usefull/necessary

Mwexim commented 9 months ago

It's up to you to decide, but I think it definitely is a good addition (if ever completed).