Commit graph

5 commits

Author SHA1 Message Date
3c55ed876b
refactor: allow mocking of root module functions for easier unittesting 2025-10-08 14:18:03 +02:00
219b8cd00a
feat: support byte offsets in file links
This adds support for a 'b' prefix to the first file link argument
to denote a byte offset.

`{path/to/file.ext}:b{offset}`
2025-09-17 22:42:25 +02:00
000aaf9685
fix: ignore trailing whitespace in bracketed file links 2025-09-09 12:41:21 +02:00
04951e7e9b
feat: add support for bracketed file link syntax
These file links are produced by MS compilers.

e.g: dir/file.cs(12,15):
2025-09-09 11:58:19 +02:00
3a1a36f218
refactor: move file link parsing/dispatching out of main 2025-03-04 19:03:31 +01:00