Skip to content

Commit

Permalink
Update packages/language-server/src/plugins/PluginHost.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Jan 8, 2025
1 parent 116a294 commit 8913344
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 8913344

Please sign in to comment.