ScintillaOrg / lexilla

A library of language lexers for use with Scintilla
https://www.scintilla.org/Lexilla.html
Other
179 stars 64 forks source link

A decimal separator is not required for scaled decimal numbers, nor n… #274

Open Rydier opened 3 weeks ago

Rydier commented 3 weeks ago

In Smalltalk, a decimal separator is not required for scaled decimal numbers, nor numbers specifying an exponent.

Fix to style 32s2 and 4e3 equivalently to 32.0s2 and 4.0e3, instead of parsing s2/e3 as separate selectors