This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-25
Channels
- # architecture (4)
- # bangalore-clj (3)
- # beginners (11)
- # chestnut (1)
- # cider (24)
- # cljs-dev (14)
- # clojure (97)
- # clojure-finland (1)
- # clojure-gamedev (19)
- # clojure-italy (11)
- # clojure-nl (31)
- # clojure-norway (1)
- # clojure-uk (52)
- # clojurescript (71)
- # core-async (4)
- # cursive (60)
- # datascript (8)
- # datomic (115)
- # emacs (29)
- # figwheel (11)
- # fulcro (3)
- # garden (1)
- # hoplon (1)
- # lein-figwheel (1)
- # leiningen (7)
- # luminus (13)
- # mount (1)
- # off-topic (51)
- # onyx (31)
- # pedestal (2)
- # portkey (1)
- # re-frame (22)
- # reagent (22)
- # reitit (6)
- # remote-jobs (1)
- # schema (1)
- # shadow-cljs (73)
- # specter (2)
- # sql (1)
- # unrepl (3)
- # vim (11)
- # yada (4)
anyone here know elisp regex well? i'm trying to hack together some really simple yet idiosyncratic syntax highlighting
@sophiago Try us. I don’t think anyone really knows elisps regexes well, but we can probably help you.
i learned the trick is mostly just to use two backslashes whenever you'd normally use one 😛
i'm almost at what i think is the best i can get with just plain regex. really two issues remaining if you have idea. one is \\[\\w*\\|\\b*\\]
will match for [foo
whereas i'm trying to get [foo bar
. i would think i could just use \\[[\\w*\\|\\b*]*\\]
but no dice
ha. yeah, i was stubborn about that but now i'm realizing that last issue doesn't work because i can't use |
both to delimit matches and matches inside matches
ugh, the closest i can get to matching on a vector is \\[\\w*\\|\\b*\\|\\w*\\]
. this seems just a matter of repetition, not recursion, though. i still think it's weird elisp regex syntax throwing me off
to be fair, i'm momentarily taking a stubborn approach just as a regex refresher. for example, i've read about the pumping lemma a lot and think i only actually understood it today via the example of matching parens
Holy crap magit's merge rebase functionality was giving me the biggest heart attack until I realized what it's doing. I reallly need to read the docs lol
What Emacs colore themes do you folks use? I think I need some change
https://github.com/kuanyui/moe-theme.el is what I've been using for the last few years
Pretty cool thank you!
Has support for an amazingly large number of custom font faces from various modes
I use https://github.com/bbatsov/solarized-emacs from the immense Bozhidar
But every now and then I need something new 😄
@richiardiandrea cyberpunk