This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-29
Channels
- # asami (1)
- # babashka (20)
- # beginners (3)
- # biff (1)
- # calva (5)
- # clj-kondo (68)
- # clojure (6)
- # clojure-europe (70)
- # clojure-losangeles (4)
- # clojurescript (1)
- # cursive (6)
- # exercism (1)
- # fulcro (3)
- # hyperfiddle (23)
- # introduce-yourself (1)
- # kaocha (1)
- # lambdaisland (8)
- # lsp (6)
- # off-topic (24)
- # pathom (24)
- # specter (1)
- # tools-deps (4)
- # xtdb (4)
i will do the same, but i think its good to be added to cursive if possible sometime, to like say not highlight as unknown symbols starting with ? or a regex match maybe, so we can have variables of the DSL
Can we get support for the new .clj_kondo
extension?
Note that this extension was specifically added to let tools like Cursive and tools.namespace not load and analyze these files so they would not conflict with their Clojure equivalents, so as long as there is separate handling with respect to navigation etc. it would be ok, but otherwise this file would be best ignored by Cursive
@U0567Q30W https://github.com/clj-kondo/clj-kondo/blob/master/doc/hooks.md
clj-kondo configuration contain .clj
files to expand macros inside of an interpreter, but this has caused conflicts with cursive in the past when navigation would end up in the clj-kondo configuration rather than inside of the library code. This is why .clj_kondo
is also supported for hook code to help tools not analyze/run that code.