| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | editors syntax highlighting ... | Ralph Amissah | 18 hours | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - emacs syntax: add tree-sitter major mode for SiSU spine markup New file sisu-spine-ts-mode.el is a sibling of the existing regex mode, backed by Emacs 29+'s built-in treesit.el and the tree-sitter-sisu grammar. It replaces the long font-lock keyword list with treesit-font-lock-rules grouped into eight features (comment, header, heading, block, inline, note, link, index, misc) so users can dial verbosity via treesit-font-lock-level. It also wires up: - treesit-simple-imenu-settings for a heading outline, - treesit-thing-settings for sentence / paragraph motions, - treesit-defun-type-regexp so C-M-a / C-M-e jump heading-to-heading, - a sisu-spine-ts-install-grammar command that registers treesit-language-source-alist and runs treesit-install-language-grammar so users can install the parser from inside Emacs without leaving the editor. - the original sisu-spine-mode.el is unchanged and supported for Emacs < 29 and for users who prefer regex highlighting. - nvim drop-in: point parser fetch at tools/tree-sitter-sisu sundry/editor-syntax-etc/nvim/ The nvim-treesitter install_info now fetches the parser from https://git.sisudoc.org/projects/tree-sitter-sisu which can be cloned via git://git.sisudoc.org/tools/tree-sitter-sisu The fetched paths: files = { "src/parser.c", "src/scanner.c" } submission of the sisu parser to nvim-treesitter's parsers.lua should be a near-trivial one-liner. - the original vim regex highlighter remains as before - sundry/editor-syntax-etc/vim/syntax/sisu-spine.vim - sundry/editor-syntax-etc/vim/templates/{sst,ssm,ssi}.tpl new skeleton templates for the three SiSU markup file types sets up the YAML header (title, creator, date, rights, classify, identfier) - .gitignore - whitelist the new files (assisted by Claude-Code) | ||||
| * | 0.19.0sisudoc-spine_v0.19.0-dev | Ralph Amissah | 2026-04-22 | 1 | -2/+2 |
| | | |||||
| * | upkeep, update a few pathssisudoc-spine_v0.18.0 | Ralph Amissah | 2026-04-22 | 1 | -5/+5 |
| | | |||||
| * | 0.18.0sisudoc-spine_v0.18.0-dev | Ralph Amissah | 2025-02-21 | 1 | -2/+2 |
| | | |||||
| * | 0.17.0sisudoc-spine_v0.17.0-dev | Ralph Amissah | 2024-06-29 | 1 | -2/+2 |
| | | |||||
| * | dub (dlang) prefer dub run to dub build | Ralph Amissah | 2024-05-07 | 1 | -1/+1 |
| | | |||||
| * | work on more generic install + instructions | Ralph Amissah | 2024-05-06 | 1 | -8/+11 |
| | | |||||
| * | 0.16.0 sisudoc (src/sisudoc sisudoc spine)sisudoc-spine_v0.16.0-dev | Ralph Amissah | 2024-04-10 | 1 | -19/+19 |
| | | | | | | - src/sisudoc (replaces src/doc_reform) - sisudoc spine (used more) | ||||
| * | 0.15.0doc-reform_v0.15.0 | Ralph Amissah | 2024-04-10 | 1 | -2/+2 |
| | | |||||
| * | 0.14.0sisudoc-spine_v0.14.0-dev | Ralph Amissah | 2023-11-20 | 1 | -2/+2 |
| | | |||||
| * | 0.13.0sisudoc-spine_v0.13.0-dev | Ralph Amissah | 2023-11-15 | 1 | -2/+2 |
| | | |||||
| * | nixenv generic set shell from system (from zsh) | Ralph Amissah | 2023-06-28 | 1 | -2/+2 |
| | | |||||
| * | nix configure | Ralph Amissah | 2023-06-23 | 1 | -11/+17 |
| | | |||||
| * | nix use overlays when convenient | Ralph Amissah | 2023-06-04 | 1 | -41/+7 |
| | | |||||
| * | nix dev + update direnv 2.2.1 => 2.3.0 | Ralph Amissah | 2023-04-29 | 1 | -50/+78 |
| | | |||||
| * | nix flake & build, temp. remove gdc | Ralph Amissah | 2023-02-28 | 1 | -279/+327 |
| | | |||||
| * | nix & build housekeeping | Ralph Amissah | 2023-01-26 | 1 | -0/+16 |
| | | |||||
| * | nix and build housekeeping | Ralph Amissah | 2022-12-31 | 1 | -8/+8 |
| | | |||||
| * | 0.12.0sisudoc-spine_v0.12.0-dev | Ralph Amissah | 2022-12-23 | 1 | -4/+4 |
| | | |||||
| * | configs housekeeping, minor | Ralph Amissah | 2022-11-21 | 1 | -3/+2 |
| | | |||||
| * | org nix cosmetic | Ralph Amissah | 2022-11-11 | 1 | -1/+2 |
| | | |||||
| * | org nix | Ralph Amissah | 2022-10-03 | 1 | -6/+36 |
| | | |||||
| * | makefile, too much, prune! | Ralph Amissah | 2022-06-14 | 1 | -0/+1212 |
| | | |||||
| * | housekeeping | Ralph Amissah | 2022-05-27 | 1 | -617/+0 |
| | | |||||
| * | org files, tangle output, some fixes | Ralph Amissah | 2021-11-27 | 1 | -16/+16 |
| | | |||||
| * | dir rename ./sundry (from ./misc) | Ralph Amissah | 2021-08-01 | 1 | -16/+16 |
| | | |||||
| * | nix-build cleanup, external sources localized | Ralph Amissah | 2021-05-15 | 1 | -19/+0 |
| | | | | | | | - clean up as external sources kept locally, in ./src/ext_depends/ - remove dub2nix dependency, no longer needed/used | ||||
| * | org .envrc-local_ (sample for nix-shell) | Ralph Amissah | 2021-04-27 | 1 | -1/+1 |
| | | |||||
| * | make set_depends run dub describe, track json output | Ralph Amissah | 2021-03-23 | 1 | -1/+26 |
| | | | | | | | | - traded $PWD for project root as ./, i.e. from dub describe json - dub describe deletes parts of dependencies that are unreferenced by the project build; these are available elsewhere and there is little reason to keep them | ||||
| * | ext depends meta info: ver hash, license | Ralph Amissah | 2021-03-05 | 1 | -0/+2 |
| | | |||||
| * | cleaning | Ralph Amissah | 2021-03-05 | 1 | -6/+10 |
| | | |||||
| * | build from static source-tree pre fetch depends | Ralph Amissah | 2021-02-24 | 1 | -0/+52 |
| | | |||||
| * | 0.11.3sisudoc-spine_v0.11.3-dev | Ralph Amissah | 2021-02-24 | 1 | -2/+2 |
| | | |||||
| * | make changelog & echo version tag | Ralph Amissah | 2021-02-24 | 1 | -0/+11 |
| | | |||||
| * | nix, work on build | Ralph Amissah | 2021-01-23 | 1 | -20/+1 |
| | | |||||
| * | directory nixEnv (renamed from nixDevEnv) | Ralph Amissah | 2020-11-28 | 1 | -8/+8 |
| | | |||||
| * | org mode, code-block names | Ralph Amissah | 2020-10-23 | 1 | -7/+7 |
| | | |||||
| * | project nix shell(s) | Ralph Amissah | 2020-10-20 | 1 | -0/+20 |
| | | |||||
| * | shell.nix | Ralph Amissah | 2020-10-19 | 1 | -7/+7 |
| | | |||||
| * | org mode, unique code-block names & adjust headers | Ralph Amissah | 2020-10-19 | 1 | -3/+3 |
| | | | | | | - avoid org-mode undefined behavior, provide unique code-block names | ||||
| * | makefile dub build flags | Ralph Amissah | 2020-06-03 | 1 | -6/+6 |
| | | |||||
| * | rename & house utils; work on markup conversion | Ralph Amissah | 2020-05-20 | 1 | -2/+4 |
| | | | | | | | | | | | | | | - new dir for markup tools misc/util/d/tools/markup_conversion - start looking at tools for converting - endnotes from binary to inline - sisu.rb to sisu spine in d - look at conversion of document headers to yaml from - bespoke sisu headers (original .rb) - sdlang - toml | ||||
| * | syntax highlighting, start work, based on sisu.rb | Ralph Amissah | 2020-05-20 | 1 | -2/+14 |
| | | |||||
| * | meson using dubdoc-reform_v0.9.2 | Ralph Amissah | 2020-03-14 | 1 | -24/+3 |
| | | | | | | | | | | - the good - works - project looks pretty clean - the bad - subprojects built externally - not suitable for debian packaging | ||||
| * | meson build (subproject issue with imageformats >= 7.0.1) | Ralph Amissah | 2020-03-14 | 1 | -1/+1 |
| | | |||||
| * | meson build (subproject imageformats pinned 7.0.0) | Ralph Amissah | 2020-03-14 | 1 | -7/+22 |
| | | | | | | | | - subprojects with "manual" git download where upstream git lacks meson.build - imageformats git tag (version) pinned, else build fails | ||||
| * | meson build | Ralph Amissah | 2020-03-06 | 1 | -10/+16 |
| | | |||||
| * | update headers and year | Ralph Amissah | 2020-02-11 | 1 | -1/+1 |
| | | |||||
| * | module & src renamingdoc-reform_v0.9.0 | Ralph Amissah | 2019-11-22 | 1 | -4/+4 |
| | | |||||
| * | 0.9.0 spine (doc-reform renamed)sisudoc-spine_v0.9.0-dev | Ralph Amissah | 2019-11-19 | 1 | -82/+82 |
| | | |||||
