I have an Xtext grammar and the generated editor elements. The parser knows that comments start with "--" but hitting Ctrl+7 does insert "//". Also, the green, italic highlighting of comments does only happen with "//" and not with "--". Where can I change this behaviour?
Change comment symbol in Xtext editor
729 Views Asked by Kackao At
2
if you do not want to override SL_COMMENT then you have to hook into the corresponding places