You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR also fixes a few minor issues revealed by the tests:
- Keywords or numbers following a single quote (') were being styled
as `variable` instead of `atom` or `number`, respectively.
- Single quote (') was missing on the list of valid symbol characters.
Such symbols include `*'` and `+'`.
- `new` and `when-some` were missing on the keyword list. There are a
few other symbols that are also missing on the list that I plan to
add later (e.g., `as->`, `cond->`, `condp->`, etc.)
- `tests.keyword_char` and `tests.symbol` had redundant characters in
them.
- `+` and `+'` were missing on the core symbols list as a regression
introduced by commit 74fca7c .
Note that there are some `FIXME`es in the tests. I'm planning to fix
them soon.
0 commit comments