It is currently May 4th, 2024, 5:27 am

UlotraEdit wordfile for syntax highlighting

Share and get help with Plugins and Addons
TechnoMage
Posts: 4
Joined: August 21st, 2012, 11:37 pm

UlotraEdit wordfile for syntax highlighting

Post by TechnoMage »

Notepad++ is a great program but I've been using UltraEdit since 1995 and didn't want to switch. Really wanted some syntax highlighting so I put together a VERY basic wordfile. It really only does four things at this point.
Color codes comments, anything starting with a ;
Color codes anything between square brackets []
Color codes anything between pound symbols ##
Color codes anything starting with @include

When I get more time I'll add in more keywords but just the first three alone make it much more readable.

I can't seem to attach my rainmeter.uew file so here's the code

Code: Select all

/L14"Rainmeter" HTML_LANG Nocase Noquote Line Comment = ; File Extensions = INC INI
/Marker Characters = "[]##"
/C1"Strings in [...]"
[]
/C2"Strings in #...#" STYLE_VARIABLE 
##
/C3"Includes"
** @include