tonsky / Clojure-Sublimed

Clojure support for Sublime Text 4
MIT License
359 stars 22 forks source link

Syntax highlighting appears worse with Clojure Sublimed? #63

Closed slifin closed 1 year ago

slifin commented 2 years ago

Hi I'm using

"color_scheme": "Monokai.sublime-color-scheme",

Clojure Sublimed

Screenshot 2022-01-21 at 10 31 17

In-built Clojure

Screenshot 2022-01-21 at 10 31 28

Sorry I don't have more concrete description of the problem but does this look "correct"?

edit: the file I'm looking at is a .cljc file but this obviously reframe stuff here, I've tested with .clj files too and they have the same "problem"

tonsky commented 2 years ago

Clojure Sublimed might highlight less semantic stuff, yes. I personally find this enough, but do not mind if someone contribute additions

slifin commented 2 years ago

Ah I see, is there a way to use the nrepl client from Clojure-Sublimed with either Tutkain or Sublime's inbuilt syntaxes instead?

jaihindhreddy commented 2 years ago

@slifin unfortunately not right now (See #24). This plugin relies on the syntax definition in order to do things like "find top form we're currently inside". If you use a different syntax, you'll see weird behaviour in any such form selection.

jaihindhreddy commented 2 years ago

I personally find this enough

FWIW, I second this, and prefer not having more colors TBH.

wilkerlucio commented 2 years ago

I also prefer the standard Clojure coloring, after getting used to semantic highlight (from Cursive in my case), the lack of them gets me lost quite often.

tonsky commented 1 year ago

Close in favor of #24