greghendershott / racket-mode

Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug, profile, packages, and more.
https://www.racket-mode.com/
GNU General Public License v3.0
682 stars 93 forks source link

builtins: update keyword and builtin lists for Racket 8.8.0.6 #653

Closed Bogdanp closed 1 year ago

Bogdanp commented 1 year ago

I noticed the for/list/concurrent forms weren't being highlighted so I went ahead and updated the lists. The last update was circa 8.5.

greghendershott commented 1 year ago

Thanks! I'll merge.

p.s. As for indent: AFAICT that already works fine for the for new for/lists/concurrent forms. Because we have a regexp check for for/ or for*/ forms. That indent handler accepts optional keywords like #:length or #:group (as well as Typed Racket annotations if any).