diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 22:26:21 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 22:26:21 +0100 |
commit | 97c018cbc0b8ae7d1bab95b59449dac34d22d5fd (patch) | |
tree | af1da5bdce8c242305c832ae1007a74f5b9b7d86 | |
parent | d3a450d972b336c2ca5ac9814dc9235de92958c3 (diff) |
Fix line count
-rw-r--r-- | src/blog/nvim-ts/index.gsp | 2 |
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: |