summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-14 22:26:21 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-14 22:26:21 +0100
commit97c018cbc0b8ae7d1bab95b59449dac34d22d5fd (patch)
treeaf1da5bdce8c242305c832ae1007a74f5b9b7d86
parentd3a450d972b336c2ca5ac9814dc9235de92958c3 (diff)
Fix line count
-rw-r--r--src/blog/nvim-ts/index.gsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/nvim-ts/index.gsp b/src/blog/nvim-ts/index.gsp
index 204718e..93aee1c 100644
--- a/src/blog/nvim-ts/index.gsp
+++ b/src/blog/nvim-ts/index.gsp
@@ -195,7 +195,7 @@ html lang="en" {
}
p {-
- And that is the entire plugin! In just 24 lines of code (including
+ And that is the entire plugin! In just 28 lines of code (including
whitespace) we implemented a plugin using Tree-Sitter to allow you to
modify a Git-Rebase command with a single keystroke. The completed
product looks like so: