From c00dd4545a069b72aa22403de1531220d0c9ea9d Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 17 May 2026 06:36:52 +0200 Subject: [PATCH] docs: rephrase the README opening --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e8011b..2fc9a23 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # tree-sitter-tumblr A [tree-sitter](https://tree-sitter.github.io/) grammar for [Tumblr -theme](https://www.tumblr.com/docs/en/custom_themes) template syntax, -packaged as a drop-in Neovim runtime tree. +theme](https://www.tumblr.com/docs/en/custom_themes) template syntax. +The repository also ships filetype detection, queries, and the build +glue Neovim needs, so you can install it directly as a plugin. The grammar recognises the structure of theme files (variables, block tags, attributes, `lang:` tags, prefixed forms, size suffixes) and @@ -73,7 +74,7 @@ Files are recognised as `tumblr` by extension or by double-extension: ```sh tree-sitter generate # regenerate src/parser.c from grammar.js tree-sitter test # run the test corpus under test/corpus/ -make # rebuild parser/tumblr.so for Neovim +make # build parser/tumblr.so ``` The known-name lists in `queries/tumblr/highlights.scm` were extracted