This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-25
Channels
- # announcements (1)
- # babashka (3)
- # beginners (48)
- # calva (1)
- # clj-kondo (1)
- # cljs-dev (6)
- # clojure (29)
- # clojure-europe (15)
- # clojure-spec (1)
- # clojure-uk (8)
- # clojurescript (17)
- # conjure (23)
- # css (7)
- # cursive (16)
- # datascript (1)
- # emacs (4)
- # fulcro (32)
- # hoplon (3)
- # keechma (16)
- # leiningen (1)
- # luminus (1)
- # meander (11)
- # off-topic (18)
- # pathom (15)
- # re-frame (12)
- # reagent (12)
- # reitit (5)
- # reveal (5)
- # spacemacs (5)
- # xtdb (18)
@iagwanderson I’m using Doom Emacs, which uses https://github.com/Fanael/highlight-numbers for highlighting numbers (not just for clojure)
thanks @jhacks. I am creating a custom theme and I wanted to colorize only the numbers, I am using the font-lock-add-keywords
for now with a regexp, but seems this is the correct approach. I think I will just rely on highlight-numbers
package and change its face inside the theme
@iagwanderson yeah, it’s a good package, no issues for me so far. Good luck with the theme, I hope you’ll post a link to it here if you’re sharing it