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: about 1 month 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-15T08:10:27.000Z (4 months ago)
- Last Synced: 2026-03-15T21:09:16.939Z (3 months ago)
- Topics: julia, lvce-editor, syntax-highlighting
- Language: JavaScript
- Homepage: https://lvce-editor.github.io/language-basics-julia
- Size: 438 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Language Basics Julia
## Contributing
```sh
git clone git@github.com:lvce-editor/language-basics-julia.git &&
cd language-basics-julia &&
npm ci &&
npm test
```
## Credits
Based on https://github.com/highlightjs/highlight.js/blob/main/src/languages/julia.js by @isagalaev and contributers.