|
|
@ -193,6 +193,7 @@ export const language = <ILanguage>{
|
|
|
|
|
|
|
|
|
|
|
|
// Recognize positives, negatives, decimals, imaginaries, and scientific notation
|
|
|
|
// Recognize positives, negatives, decimals, imaginaries, and scientific notation
|
|
|
|
numbers: [
|
|
|
|
numbers: [
|
|
|
|
|
|
|
|
[/0[xX][0-9a-fA-F]+/, 'number.hex'],
|
|
|
|
[/-?(\d*\.)?\d+([eE][+\-]?\d+)?/, 'number']
|
|
|
|
[/-?(\d*\.)?\d+([eE][+\-]?\d+)?/, 'number']
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|