是否可以为 textx 添加注释到 .tx 文件?如果是这样,如何?

Is it possible to add comments to .tx files for textx? If so, how?

正在研究文档中的 hello-world 示例。

然后我意识到我想添加评论以帮助我更好地学习 textX 语法。

一开始没有迹象表明这是可能的。谷歌搜索没有帮助。

请指教

来自documentation

Grammar comments

Syntax for comments inside a grammar is // for line comments and /* ... */ for block comments.