I´m using Textpad to edit files that may not have a file extension.
Anyhow i want to use the syntax highlighting function for these files.
But - it is not possible to select this option for the standard doc class.
Creation of a new doc class with *.* won´t work as *.* is part of the standard doc class...
Any idea ?
You want to add the *. to your class, not *.*. Also, you can put your file endings in
any class you like, just remove it from the other class if that's the case. HTH
Then I open up and see
the person fumbling here is me
a different way to be
You need to remove *.* from the default document class and use '*.' to create your new class. You can't just create '*.' on its own because it falls within the *.* superset and therefore doesn't get recognised.
You need to remove *.* from the <i>new document class</i> that you create for this type of file. *.* stays as part of the default class but does not get included in your document class.