Skip to content

Add julia syntax highlighting support #1930

@Al3cLee

Description

@Al3cLee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions