Skip to content

Wip/ls/variable aliasing#307

Merged
Langenfeld merged 4 commits intomasterfrom
wip/ls/variable_aliasing
Mar 18, 2026
Merged

Wip/ls/variable aliasing#307
Langenfeld merged 4 commits intomasterfrom
wip/ls/variable_aliasing

Conversation

@LSchaffner
Copy link
Copy Markdown
Contributor

@LSchaffner LSchaffner commented Mar 18, 2026

Minor Variable Highlighting Improvements

Changes

  1. Exact match first
    Before falling back to fuzzy/partial matching, the variable is now searched 1-to-1 in the text. Improves highlight accuracy when an exact match exists.
  2. Markdown code block pre-conversion
    Fenced code blocks (` ` ` ... ` ` `) are now converted to <pre><code>...</code></pre> before passing to the markdown renderer. This allows the renderer to correctly process embedded HTML inside code blocks.
  3. Theme of highlighting changed, better visibility

@LSchaffner LSchaffner requested a review from Langenfeld March 18, 2026 11:15
@Langenfeld Langenfeld merged commit 161c7c7 into master Mar 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants