Skip to main content
Inspiring
September 3, 2014
Question

Notepad++ User Defined Language for MIF?

  • September 3, 2014
  • 1 reply
  • 836 views

Does anyone have a Notepad++ user-defined language for MIF?

I recently began to use Notepad++ as part of a team-consolidation and standards-setting project, to rename condition tags and conditional expressions, and to use regular expressions to achieve other results, such as sorting the color catalog alphabetically.

A Notepad++ user-defined language for MIF would ease these and other tasks somewhat.

Best regards,

This topic has been closed for replies.

1 reply

Legend
September 4, 2014

Have you (also) tried the Notepad++ forums on Sourceforge?

Inspiring
September 10, 2014

Niels Grundtvig Nielsen,

Thanks for the suggestion.  I looked and did not see one.

Arnis Gubins
Inspiring
September 11, 2014

You could use the FDK include files to get all of the component names for the syntax mappings, i.e. the fmif....h files. However, the nesting that happens in some mif statements might be a PITA, if not impossible, to setup in a syntax highllighter.

You might also want to check with Scott Prentice if he did anything similar when he setup his MIFML utility (See Leximation: MIFML ).