Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@plutojl/lang-julia NPM version

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

This is a wrapper around @plutojl/lezer-julia. Go there for issues, latest developments, releases and more.

Demo site

See this parser in action on our demo page: https://juliapluto.github.io/lang-julia-demo/

Usage

import { julia } from "lang-julia";

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

About

Julia language support for the CodeMirror code editor

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages