Hi, I use the julia language a lot and just noticed silverbullet does not have syntax highlighting for it. I'm under the impression that this cannot be changed via some space-lua or space-style script. Perhaps a dependency
"@plutojl/lang-julia": "^0.12.2",
can be added to dependencies in package.json and a lazy-loading for julia highlighter can be inserted at client/languages.ts, something like
julia: async () => (await import("@plutojl/lang-julia")).julia(),
Since the change is minimal (shouldn't change binary size?), I'll be happy to do a PR for this.
Hi, I use the
julialanguage a lot and just noticed silverbullet does not have syntax highlighting for it. I'm under the impression that this cannot be changed via some space-lua or space-style script. Perhaps a dependencycan be added to
dependenciesin package.json and a lazy-loading for julia highlighter can be inserted at client/languages.ts, something likeSince the change is minimal (shouldn't change binary size?), I'll be happy to do a PR for this.