FlashBuilder's undocumented mm.cfg
file has a lot of cool options as shown here and elsewhere. But what about comments?
Can anyone out there verify if comments are supported in FlashBuilder's mm.cfg
file?
If so what are the rules? For example:
REM .bat style comment
; .ini style comment
# shell style comment
/* C Style comment */
// C++ style comment
-- SQL style comment
<!-- XML style comment -->
Are multi-line comments allowed? Must comments be on separate lines?