Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lvce-editor/language-basics-julia

Julia syntax highlighting
https://github.com/lvce-editor/language-basics-julia

julia lvce-editor syntax-highlighting

Last synced: 3 days ago
JSON representation

Julia syntax highlighting

Awesome Lists containing this project

README

        

# Language Basics Julia

## Contributing

```sh
git clone [email protected]:lvce-editor/language-basics-julia.git &&
cd language-basics-julia &&
npm ci &&
npm test
```

## Gitpod

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/lvce-editor/language-basics-julia)

## Credits

Based on https://github.com/highlightjs/highlight.js/blob/main/src/languages/julia.js by @isagalaev and contributers.