Skip to content

Commit

Permalink
SystemVerilog is also supported for hover tooltips.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Oct 26, 2024
1 parent 2d1729e commit 32cc858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/hover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { DisplayStyle, languageForDisplayStyle, variableDescription, variableVal
import { Session } from '../debug/session';

export class HoverProvider implements vscode.HoverProvider {
static readonly SUPPORTED_LANGUAGES: string[] = ['verilog'];
static readonly SUPPORTED_LANGUAGES: string[] = ['verilog', 'systemverilog'];

constructor(
private rtlDebugger: CXXRTLDebugger
Expand Down

0 comments on commit 32cc858

Please sign in to comment.