Skip to content

Commit

Permalink
Merge branch 'semantic-doc-highlight' of https://github.com/jasonlyu1…
Browse files Browse the repository at this point in the history
…23/language-tools into semantic-doc-highlight
  • Loading branch information
dummdidumm committed Jan 8, 2025
2 parents b1e2ac2 + 8913344 commit 703843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-server/src/plugins/PluginHost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ export class PluginHost implements LSProvider, OnWatchFileChanges {
[document, position],
ExecuteMode.FirstNonNull,
'high'
) ?? []
) ?? [] // fall back to empty array to prevent fallback to word-based highlighting
);
}

Expand Down

0 comments on commit 703843b

Please sign in to comment.