Add modula support to Source Insight
Options->Document Options:
Make new language, make new document type, add filter for document type
– use option from Default type,
– include when adding to projects
– filter: *.mod;*.def
– Symbol Window
Add parsing to Language:
– Add comments parsing: Multiline, starts with (* ends with *)
– Functions:PROCEDURE\w*\(.*\)[;(]