-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Labels
Description
- when refmt reports a syntax error, the cursor is not moved to the location of the error, and next-error also does not jump there
- documentation comments don't have a distinct face from normal comments
- binding occurrence of identifiers in default face (see screenshot)
- type constructors don't have a distinct face from types
-
trynot in keyword face -
assertnot in keyword face -
recinlet recnot in keyword face -
lazynot in keyword face -
whennot in keyword face -
andisn't in keyword face - types defined using
andare not in type face - value identifiers defined using
andare in type face - punned record fields are in default face
- calling reason-mode-indent-line at the beginning of a comment line produces: indent-line-to: Wrong type argument: wholenump, -2
- reason-mode-indent-line does not always agree with refmt (seems to indent all comments 2 columns less than refmt)
- I missed the default binding of C-c C-c to compile
- I miss tuareg-find-alternate-file normally bound to C-c C-a
- wrong face for code following identifiers ending in
static, see screenshot in comment below