I usually only work with projects. In my main project I use the default *.uew files with one file added for PL/SQL - plsql.uew. This file contains sections keywords, data types and for all known tables and packages.
For other projects I'd like to use another PL/SQL file because there are different tables/packages.
If I only provide a plsql.uew as project wordfile then the highlighting works, but only if "AWK Script" is chosen as language and highlighting for other languages (e.g. bash) does not work.
If I provide a complete wordfile.uew with all languages I have to maintain each language and even then the highlighting does not work correctly for e.g. bash.
Of course I can add a plsql2.uew, plsql3.uew, ... to the default wordfiles folder, but then I have to choose the language whenever I open a PL/SQL file in a secondary project.
What would be the best way to set up a different highlighting for each project?
For other projects I'd like to use another PL/SQL file because there are different tables/packages.
If I only provide a plsql.uew as project wordfile then the highlighting works, but only if "AWK Script" is chosen as language and highlighting for other languages (e.g. bash) does not work.
If I provide a complete wordfile.uew with all languages I have to maintain each language and even then the highlighting does not work correctly for e.g. bash.
Of course I can add a plsql2.uew, plsql3.uew, ... to the default wordfiles folder, but then I have to choose the language whenever I open a PL/SQL file in a secondary project.
What would be the best way to set up a different highlighting for each project?