| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Highlighting as Keyword.Declaration is consistent with the
RacketLexer.
|
|
|
|
|
|
|
| |
This enriches the space of recognized builtins.
Note that this also fixes the space after a builtin being included in
the token.
|
|
|
|
|
| |
Many number literals were not recognized previously, such as
fractions, infinities, hex and complex literals.
|
|
Move string parsing to a dedicated state so it can recognize string escapes.
Add support for various kinds of escapes.
|