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

0.11.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.

Readme

Keywords

Package Sidebar

Install

npm i @plutojl/lang-julia

Weekly Downloads

2

Version

0.11.0

License

MIT

Unpacked Size

24 kB

Total Files

11

Last publish

Collaborators

  • pangoraw
  • dralletje
  • fonsp