In slim, comments are block comments by default
From Slim README - "Use the forward slash for code comments - anything after it won't get displayed in the final render. "
However this is not reflected in the syntax highlighting. This leads to potential bugs when lines look like they are valid but actually are ignored by the slim compiler.
In slim, comments are block comments by default From Slim README - "Use the forward slash for code comments - anything after it won't get displayed in the final render. "
However this is not reflected in the syntax highlighting. This leads to potential bugs when lines look like they are valid but actually are ignored by the slim compiler.