Bozhidar Batsov

Results 1740 comments of Bozhidar Batsov

> Is that referring to something other than highlighting? I was thinking both of highlighting (as I assume that tree-sitter by itself can't tell apart a function from a macro...

Thanks for the detailed explanations from both of you. Now I understand the situation a lot better. I think it would definitely make sense to document some of those design...

> To really get an accurate understanding of clojure source code, tooling needs context of what has already been parsed. It basically needs to execute the code. Knowing that I'm...

Yeah, this can be better. It also reminded me to remove exclude the confirmed bugs from the issue staleness checks.

> Instead of having multiple completions for each level of the hierarchy, we can represent the hierarchy in a flat view, so a single line will display the full path...

@rschmukler Sorry about me dropping the ball on this earlier. You'll need to rebase on `master` and we can wrap it up.

Can you please address the small lint error that's causing the lint check to fail? Also - now that we have some unit tests (see #57), you might want to...

Those are the actual tests that we currently run https://github.com/clojure-emacs/clojure-ts-mode/blob/main/test/clojure-ts-mode-indentation-test.el The ones in the other folder need to be ported to the new test suite.

Hmm, seems that on Emacs snapshot there's a load error for the test file.