I have found the question answered about file-type/extension here: How do I get Notepad++ to associate a file type with a language?
There is a description about using the Style Configuration to associate a user extension with a language. That has worked great for me in other situations. However, this is different....
We have literally thousands of schemas applied to this database, all with different filenames. The standard for filenames is:
<OWNER>SCHEMA.<NUMBER>.TXT (for example, ADMSCHEMA.414.TXT). It would be great to associate these with SQL, but I do not want every txt file that is opened to be assumed SQL language. If the world were perfect, I would have any file that includes *SCHEMA*TXT to be assumed of the SQL language.
Anyone know if that can be done?