added descriptions to all posts

This commit is contained in:
Daniel Fichtinger 2025-07-18 01:00:49 -04:00
parent 0ee8ca6e5c
commit 5cda6c844e
16 changed files with 155 additions and 143 deletions

View file

@ -1,6 +1,7 @@
---
title: Implementing Kakoune Syntax Highlighting In Pygments
date: July 04, 2025
description: An account of my implementation of a Kakoune lexer in Pygments.
---
As a programmer, one thing I care about a _lot_ is syntax highlighting. In fact,
@ -108,4 +109,5 @@ own projects.
[Kakoune]: https://kakoune.org
[Helix]: https://github.com/helix-editor/helix
[Pygments]: https://pygments.org/
*[SSG]: Static Site Generator