h-sphere_sql-seal/src
Kacper d9cb4d5fea
fix: restore syntax highlighting inside Obsidian callouts (#205)
* fix: restore syntax highlighting inside Obsidian callouts

The callout wrapper adds extra indentation/prefix characters that
shifted the document offsets, causing the editor extension to miss
SQLSeal codeblocks. Updated range detection to account for callout
context so highlighting works correctly inside collapsed and expanded
callouts.

* chore: refactoring code to reuse the same function in tests and app
2026-03-29 10:43:53 +01:00
..
modules fix: restore syntax highlighting inside Obsidian callouts (#205) 2026-03-29 10:43:53 +01:00
styles Variable editor in SQLSeal Explorer (#185) 2025-08-15 14:57:27 +01:00
types Migrating SQL Engine to wa-sqlite (#193) 2026-03-22 18:01:03 +00:00
utils Migrating SQL Engine to wa-sqlite (#193) 2026-03-22 18:01:03 +00:00
main.ts Migrating SQL Engine to wa-sqlite (#193) 2026-03-22 18:01:03 +00:00