From c0eea22834d2c76efb4e489195715a66eb200fd9 Mon Sep 17 00:00:00 2001 From: atusy <30277794+atusy@users.noreply.github.com> Date: Sun, 26 Oct 2025 01:07:32 +0900 Subject: [PATCH] Rephrase title for clarity on Tree-sitter usage --- 2025/src/content/sessions/atusy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025/src/content/sessions/atusy.toml b/2025/src/content/sessions/atusy.toml index 6e923a00..e030b979 100644 --- a/2025/src/content/sessions/atusy.toml +++ b/2025/src/content/sessions/atusy.toml @@ -2,7 +2,7 @@ session_id = "atusy" start_at = 2025-11-02T14:20:00+09:00 end_at = 2025-11-02T14:50:00+09:00 speaker_name = "atusy" -title = 'Beyond Syntax Highlighting: Unlocking the Power of Tree-sitter in Neovim' +title = 'Beyond Syntax Highlighting in Neovim: Unlocking the Power of Tree-sitter' abstract = ''' Neovim users get benefits of beautiful syntax highlighting with Tree-sitter. However, Tree-sitter can do much more than just syntax highlighting.