This package has been deprecated

Author message:

use https://www.npmjs.com/package/@plutojl/lang-julia instead

lang-julia
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

lang-julia

This package implements Julia language support for the CodeMirror 6 code editor.

Features:

  • Syntax highlighting
  • Indentation
  • Keyword completion (optional)

Usage

import { julia } from "lang-julia";

let state = EditorState.create({
  ...
  extensions: [
    julia(),
    ...
  ]
});

Consult TypeScript type definition for additional documentation.

/lang-julia/

    Package Sidebar

    Install

    npm i lang-julia

    Weekly Downloads

    166

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    17.4 kB

    Total Files

    10

    Last publish

    Collaborators

    • andreypopp
    • dralletje