Setting UDL for file names
- 
I search the forum and google for the answer but couldn’t find anything. Is it possible to set a rule in the User defined language dialog to highlight file names? I mean, everything formatted as filename.ext, but without any delimiter.
Thanks,
Vince. - 
If I understand it correctly, then no. UDL does not have regular expressions.
The only way I can think of is to use something like what EnhanceAnyLexer plugin does.
(Can be installed via the PluginAdmin and caveat, I’m the author).
Basically you create a UDL and then runEnhance current language
from the plugin EnhanceAnyLexer menu and define your regex with the associated colors. - 
@Ekopalypse Thanks!