You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Clojure.sublime-syntax, 3 file extensions are supported: clj, cljc and edn.
However, it looks like only clj is recognized by syntect.
let ss = SyntaxSet::load_defaults_newlines();ifletSome(clj) = ss.find_syntax_by_name("Clojure"){let extensions = clj.file_extensions.join(",");log(exensions);// "clj"}
According to Clojure.sublime-syntax, 3 file extensions are supported:
clj
,cljc
andedn
.However, it looks like only
clj
is recognized by syntect.Shouldn't all extensions for all languages be included based on the definitions found in https://github.com/sublimehq/Packages/?
The text was updated successfully, but these errors were encountered: