piousdeer / vscode-adwaita

VS Code theme for the GNOME desktop
146 stars 11 forks source link

Clojure syntax highlighting #23

Open K4rakara opened 1 year ago

K4rakara commented 1 year ago

Currently this extension has no support for clojure syntax highlighting, possibly other lisps as well. The following will be completely uncolored (unless you select the default syntax highlighting version of the theme):

;; foo.clj
(defn foo [])