mirror of
https://github.com/CoeJoder/lessfilter-pygmentize.git
synced 2025-11-12 07:03:47 -05:00
Update to Pygments v2.19.2, add dep test
This commit is contained in:
@@ -46,7 +46,7 @@ export LESSOPEN='|~/.lessfilter %s'
|
||||
```
|
||||
|
||||
### 4. Generate `.lessfilter` (optional)
|
||||
This repo contains a pre-generated [.lessfilter](.lessfilter) which is currently at version `2.18.0` and is updated occasionally. You could use that and skip to the next step, even if its version lags behind that of Pygments (any unsupported file types would fallback to plain-text).
|
||||
This repo contains a pre-generated [.lessfilter](.lessfilter) which is currently at version `2.19.2` and is updated occasionally. You could use that and skip to the next step, even if its version lags behind that of Pygments (any unsupported file types would fallback to plain-text).
|
||||
|
||||
You could also generate a `.lessfilter` yourself by running [main.py](main.py), which scrapes the Pygments lexer documentation website and produces a `.lessfilter` in this directory which corresponds to the latest published version:
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user