Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lvce-editor/language-basics-julia
- Owner: lvce-editor
- License: mit
- Created: 2022-06-16T15:37:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T10:10:41.000Z (over 1 year ago)
- Last Synced: 2023-04-22T11:12:16.514Z (over 1 year ago)
- Topics: julia, lvce-editor, syntax-highlighting
- Language: JavaScript
- Homepage: https://lvce-editor.github.io/language-basics-julia
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.