0.12.1 • Published 12 months ago

@plutojl/lang-julia v0.12.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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

12 months ago

0.11.1

1 year ago

0.12.1

12 months ago

0.11.0

2 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago