Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.
/ lang-julia Public archive

Julia language support for the CodeMirror code editor

License

Notifications You must be signed in to change notification settings

andreypopp/lang-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: see https://github.com/JuliaPluto/lang-julia instead

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.

About

Julia language support for the CodeMirror code editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published