$Version
"9.0 for Microsoft Windows (64-bit) (January 25, 2013)"
I have a line in my .nb file that reads comething like this:
SyntaxInformation[myFunc] = {"ArgumentsPattern" -> {_, _}};
I tried placing it in both the private and public sections - same result
When Mathematica writes the .m file upon saving the notebook the SyntaxInformation line is simply missing
If I manually add it to the .m file things work as expected. Is there something I'm not doing right?