Roman Rudakov

Results 36 comments of Roman Rudakov
trafficstars

it works pretty well. We need to decide what do we want to highlight and which faces to use for different elements (I'm not a designer and I'm not a...

There is also an issue in Emacs. When local parsers are used, `offset` setting has no effect, so hash sign and quotes are also included into the range (it also...

> It's reported to Emacs bug tracker: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77848 The bug is fixed on Emacs master. On Emacs 30 the `offset` feature doesn't exist, which means that ranges for embedded parsers...

Some major modes in emacs has workarounds for different versions of grammars (for example https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/typescript-ts-mode.el?h=emacs-29#n157). Would something like this work for clojure-ts-mode?

With the latest changes related to embedded markdown, there are no strict indentation rules for docstrings anymore. It can be formatted in an arbitrary way.