https://github.com/sisl/pygments-julia
Pygments lexer for Julia
https://github.com/sisl/pygments-julia
Last synced: 9 months ago
JSON representation
Pygments lexer for Julia
- Host: GitHub
- URL: https://github.com/sisl/pygments-julia
- Owner: sisl
- License: mit
- Created: 2018-02-23T19:39:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T22:02:31.000Z (over 2 years ago)
- Last Synced: 2024-03-24T17:10:24.508Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 18
- Watchers: 16
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pygments Julia Lexer
A custom Julia lexer for [Pygments](http://pygments.org/).
## Install
You can use PIP:
$ pip install --upgrade git+https://github.com/sisl/pygments-julia#egg=pygments_julia
Alternatively, you can run these commands
$ git clone https://github.com/sisl/pygments-julia.git
$ cd pygments-julia
$ (sudo) python setup.py install
### Verify
Verify that the package installed correctly by looking for the lexers "julia1" and "jlcon1" in the output of
$ pygmentize -L lexers