0.12.1 • Published 11 months ago

@plutojl/lang-julia v0.12.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@plutojl/lang-julia NPM version

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

Features:

  • Syntax highlighting based on the Lezer Julia parser
  • Indentation
  • Keyword completion (optional)

Usage

import { julia } from "lang-julia";

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

11 months ago

0.11.1

12 months ago

0.12.1

11 months ago

0.11.0

2 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago