Replies: 2 comments 9 replies
|
I don't know but the latest release of Magic Racket now includes specialised highlighting for Rhombus files. 0.7.0 (2025-05-17) added
|
|
We had some discussion on Discord, and the short answer is that Tree-sitter integration isn’t as useful for Rhombus (and Racket alike). The reason is that Rhombus grammar is fully extensible by macros, so its grammar cannot be specified without looking for all imports and local macro bindings. The seemingly very fundamental core forms, like |
Uh oh!
There was an error while loading. Please reload this page.
Is there an EBNF grammar for Rhombus? I perhaps need it to integrate syntax highlighting to editors that uses tree-sitter.
All reactions