Fix #2 and update .lessfilter to Pygments v2.14.0

This commit is contained in:
CoeJoder
2023-01-01 22:02:17 -08:00
parent e5d89d3d2b
commit bd88f12846

View File

@@ -5,7 +5,7 @@ for supported file types. The `.lessfilter` is generated by parsing the Pygment
## Installation
### 1. Install Pygments & gawk
### 1. Install Pygments & awk
Ensure that you have the latest version of Pygments installed by using [pip](https://pypi.org/project/pip/), as your
distro's packaged version is likely outdated. You'll also need `awk`.
```shell