|
// Recognize positives, negatives, decimals, imaginaries, and scientific notation
|
|
// Recognize positives, negatives, decimals, imaginaries, and scientific notation
|
|
[/-?(\d*\.)?\d+([eE][+\-]?\d+)?/, 'number']
|
|
[/-?(\d*\.)?\d+([eE][+\-]?\d+)?/, 'number']
|