Hello,
I designed my own User defined language in notepad++. To really get use out of that, it would be very nice, to assign it to a specific file ending? Does any one know how to do that? Thanks for Help
eactor
Hello,
I designed my own User defined language in notepad++. To really get use out of that, it would be very nice, to assign it to a specific file ending? Does any one know how to do that? Thanks for Help
eactor
By "assign it to a specific file ending," I'm guessing that you mean you want to associate your new file type with a specific program? If so:
.foo
.Edit:
Associating file extensions with highlighters (from the Notepad++ Wiki):
For User Defined Languages, the extension list is given in the
ext
attribute of theuserLang
node which describes the language. The list appears between double quotes, is space separated, and extensions shouldn't have any leading period. It is shown on the upper left corner of the User Define Dialog, and is better edited there.