On 08/25/2011 02:06 PM, Jeff King wrote:
On Thu, Aug 25, 2011 at 05:00:51PM -0400, Eric Sunshine wrote:
quoted
quoted
Also, any other extensions that would go into such a list? I have no
idea what the common extension is for something like pascal or csharp.
C# uses extension ".cs".
".cpp" is common, in fact often required, by Windows compilers.
Thanks, added both to my list.
quoted
What about ".h" and ".hpp"?
How well do our cpp patterns do with header files? I imagine they're
better than the default, but I don't think I've ever really tried
anything tricky.
-Peff
Thanks Jeff, thanks everyone! This looks very promising. Specially that
it's all already there and I don't have to code it up.
RTFM time for me now
Boaz