ScintillaOrg / lexilla

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

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

Closed Rydier closed 1 month ago

Rydier commented 2 months 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