Is it possible to set up the ADA syntax highlighter to properly recognize ADA
integer numbers?

An ada integer can be expressed in the form:

xx#dddd_dddd#

where xx is the base from 02 to 34

d is any digit 0..9 or letter A..Z and a..z
Any _ (Underscore) can be used as a separator.

anything between the two # is the number

so for example 16#2370_Faff_4f3d# is 2370FAFF4F3D in base 16

Thanks

-- 
<http://forum.pspad.com/read.php?2,48747,48747>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem