Emacs-D-Mode-Maintainers / Emacs-D-Mode

An Emacs mode for D code.
GNU General Public License v3.0
84 stars 22 forks source link

Highlighting Integer Literals #122

Open ellxor opened 3 weeks ago

ellxor commented 3 weeks ago

D-mode does not seem to support:

Full spec for integer literals found here: https://dlang.org/spec/lex.html#integerliteral

ellxor commented 3 weeks ago

Similarly, for floating point literals:

spec: https://dlang.org/spec/lex.html#floatliteral