What I'm looking to do is to highlight numbers that aren't in the middle of a word.
The 001
in the following example should not highlight:
FrontSprite=trainer001b
But the 80
should in this example:
BaseMoney=80
Essentially, what this would mean is that any number should be highlighted if it is preceded or followed by a number.
I've been struggling a lot with this one. I'm very new to Regex and really can't find a working solution. This Regex would be used in Sublime Text 3.