Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

sogaiu/pygments-janet-lexer-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygments-janet-lexer-plugin

A Janet lexer plugin for pygments

Demo

Setup

git clone https://github.com/sogaiu/pygments-janet-lexer-plugin
git clone https://github.com/pygments/pygments
cd pygments
python -m venv venv
source ./venv/bin/activate
pip install ../pygments-janet-lexer-plugin

Try Out

Assuming the virtual environment and the current working directory from above...

Quick:

pygmentize ../pygments-janet-lexer-plugin/brief.janet

With style and more explicitly:

pygmentize -P style=gruvbox-dark -l janet ../pygments-janet-lexer-plugin/brief.janet

Credits

  • jeanas
  • pyrmont
  • uvtc

About

Janet lexer plugin for pygments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published